Updated .gitignore to ignore egg-info

This commit is contained in:
Tanshu 2012-11-28 17:18:04 +05:30
parent 38b7f941d5
commit 105f72f50f

3
.gitignore vendored
View File

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