From 86577ce3e91a0e0b7676802a3669e8bad201393a Mon Sep 17 00:00:00 2001 From: Steve Steiner Date: Wed, 7 Sep 2016 17:17:10 -0400 Subject: [PATCH] Add *.egginfo to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 818cccd5a..393a1968c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ sftp-config.json *.pyc .idea _build +*.egg-info/ # Project Specific Stuff local_settings.py