From 47e34cf15eb652bd54d53b0cfb5238d04e4416d1 Mon Sep 17 00:00:00 2001 From: TheSriram Date: Tue, 30 Jul 2013 14:57:48 -0400 Subject: [PATCH] fix(gitignore) : ignore *.egg and *.egg-info Change-Id: I9496dab9e8f779a7ae045bb73b2cf8e77bda0d30 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e29505676b..ee73d89b52 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,8 @@ build cover ChangeLog .coverage -swift.egg-info +*.egg +*.egg-info .DS_Store .tox pycscope.*