Update .gitignore
The `.eggs` directory is generated by command `python setup.py install`, better put it into .gitignore. This patch optimizes .gitignore. Change-Id: I15bd7db54afac87ab426be2d0c670591c0af56dd Closes-bug: #1656837
This commit is contained in:
parent
a3237dd817
commit
1ccebf7042
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,13 +11,13 @@
|
||||
.tox
|
||||
.venv
|
||||
.idea
|
||||
*.egg*
|
||||
AUTHORS
|
||||
Authors
|
||||
build/*
|
||||
build-stamp
|
||||
CA/
|
||||
ChangeLog
|
||||
manila.egg-info
|
||||
cover/*
|
||||
covhtml
|
||||
dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user