Add *.egginfo to .gitignore

This commit is contained in:
Steve Steiner 2016-09-07 17:17:10 -04:00
parent 94e02bbeff
commit 86577ce3e9

1
.gitignore vendored
View File

@ -25,6 +25,7 @@ sftp-config.json
*.pyc
.idea
_build
*.egg-info/
# Project Specific Stuff
local_settings.py