anvil/.gitignore
Joshua Harlow d4b8d6e2d6 This tool doesn't even exist
Remove tools that don't exist, invisible tools not so
useful to ignore in the first place.

Change-Id: If864ac5317f50699b484a67250fdc24409858fb5
2014-04-16 15:08:15 -07:00

48 lines
458 B
Plaintext

# Python files
*.pyc
/build/
/dist/
*.egg-info
doc/source/sourcecode
# Metafiles
AUTHORS
ChangeLog
TAGS
# Backups
*_flymake.*
*~
# IDE files
.settings/
*.komodoproject
.metadata/
.project
.pydevproject
# PyCharm IDE files
.idea/
pycharm-debug.egg
pycharm-debug.py
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.venv
cover
.testrepository
htmlcov
# Temp and status files
*.db
.*.swp
*.log
*.pid
pidfile
.DS_Store
*.rc
.anvil_bootstrapped