add .eggs/ directory to Python.gitignore

This commit is contained in:
Stephan Kuschel 2015-02-02 22:46:23 +01:00
parent 2500b4c80a
commit 8f8e4e79bd

View File

@ -13,6 +13,7 @@ develop-eggs/
dist/ dist/
downloads/ downloads/
eggs/ eggs/
.eggs/
lib/ lib/
lib64/ lib64/
parts/ parts/