cookiecutter/.gitignore
Jeremy Stanley a7403f0583 Ignore .eggs cruft
Looks like possibly new setuptools has started leaving a .eggs
directory in the workspace. Add it to .gitignore with extreme
prejudice.

Also sync the local .gitignore with the one we're recommending.

Change-Id: Icc00208e29d3ba6d27d1626db6ab956fa286594a
2015-06-17 01:01:15 +00:00

59 lines
504 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# Cookiecutter
output/
boilerplate/