From f312c86df69315c0bc63defe245c71aa291fb878 Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Wed, 3 Aug 2016 00:12:31 -0400 Subject: [PATCH] gitignore: ignore .eggs directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f8c1cee..4fe413f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ build/ develop-eggs/ dist/ downloads/ +.eggs eggs/ #lib/ lib64/