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
This commit is contained in:
parent
71034d811c
commit
a7403f0583
14
.gitignore
vendored
14
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
.eggs
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
@ -25,6 +26,8 @@ pip-log.txt
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
.testrepository
|
||||
.venv
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
@ -39,7 +42,16 @@ output/*.html
|
||||
output/*/index.html
|
||||
|
||||
# Sphinx
|
||||
docs/_build
|
||||
doc/build
|
||||
|
||||
# pbr generates these
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
|
||||
# Editors
|
||||
*~
|
||||
.*.swp
|
||||
.*sw?
|
||||
|
||||
# Cookiecutter
|
||||
output/
|
||||
|
1
{{cookiecutter.repo_name}}/.gitignore
vendored
1
{{cookiecutter.repo_name}}/.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
.eggs
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user