Updated .gitignore to ignore egg-info

This commit is contained in:
Tanshu 2012-11-28 17:18:04 +05:30
parent 38b7f941d5
commit 105f72f50f
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ env
.project
.pydevproject
*/__pycache__/
*/.idea/
*/.idea/
*/*.egg-info/