anvil/.gitignore
venkatamahesh 269edc346f Fix the typo in .gitignore file
Change-Id: If385fff240a1b9e85203a6e9e5c3cb369f19f73b
2015-09-22 18:02:42 +05:30

48 lines
459 B
Plaintext

# Python files
*.pyc
/build/
/dist/
*.egg-info
docs/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