diff options
author | Carl Suster <carl@contraflo.ws> | 2015-02-06 14:33:48 +1100 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2015-02-06 14:33:48 +1100 |
commit | 0a8b50b687b8288cf565928cbd85ca0fdfbab38d (patch) | |
tree | 010ff1ffefed3121aa88bcafa154f643459b4205 | |
parent | 0a8b6b9b2b8d06a36f18370bf88a84434f9b2f08 (diff) | |
parent | 8f8e4e79bd3cf9ff90453463e9becad25c5216ba (diff) | |
download | gitignore-0a8b50b687b8288cf565928cbd85ca0fdfbab38d.tar.gz gitignore-0a8b50b687b8288cf565928cbd85ca0fdfbab38d.zip |
Merge pull request #1391 from skuschel/master
add .eggs/ directory to Python.gitignore
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |