Merge "Ignore .eggs dir as well"

This commit is contained in:
Zuul 2018-07-04 18:04:49 +00:00 committed by Gerrit Code Review
commit a44d5dc9f9

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
*.pyc
*.sw?
*.egg/
*.egg*/
vendor
.ksl-venv
.venv