Ignore .eggs dir as well

Change-Id: I1e2b1229edb8272333340b29cc1897a36ed324d5
This commit is contained in:
Pavlo Shchelokovskyy
2018-07-04 12:39:20 +00:00
parent 057c59f16f
commit 91fe8a925b

2
.gitignore vendored
View File

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