From 8f8e4e79bd3cf9ff90453463e9becad25c5216ba Mon Sep 17 00:00:00 2001 From: Stephan Kuschel Date: Mon, 2 Feb 2015 22:46:23 +0100 Subject: [PATCH] add .eggs/ directory to Python.gitignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index db4561ea..edb95876 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -13,6 +13,7 @@ develop-eggs/ dist/ downloads/ eggs/ +.eggs/ lib/ lib64/ parts/