From 7c2c0b0c7dedabc51c509e21066ec2ebba07cffe Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 18 May 2016 13:03:58 +0100 Subject: [PATCH] Corrected ignore for .egg-info --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a0b2473..a941fdfe 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ # build, dist and egg directories build/ dist/ -.egg-info/ +*.egg-info/ # Backup files *~