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 *.pyc
.idea .idea
_build _build
*.egg-info/
# Project Specific Stuff # Project Specific Stuff
local_settings.py local_settings.py