diff options
author | Carl Suster <carl@contraflo.ws> | 2014-09-01 22:27:51 +1000 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-09-01 22:27:51 +1000 |
commit | 4b9ac51148c297b7bd7cc051e3cec311c9826755 (patch) | |
tree | 7d67ccb3a6515e423812d8f8e3a04a72a30a80b5 /Python.gitignore | |
parent | 6abb147ae5c51d948fc248de31046eb2f2fd6554 (diff) | |
parent | b2a12b717c71b320abdb11dee49003c84342cbe2 (diff) | |
download | gitignore-4b9ac51148c297b7bd7cc051e3cec311c9826755.tar.gz gitignore-4b9ac51148c297b7bd7cc051e3cec311c9826755.zip |
Merge pull request #955 from arjun024/master
add downloads/ in Distribution / packaging
Diffstat (limited 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 00039fa8..db4561ea 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -11,6 +11,7 @@ env/ build/ develop-eggs/ dist/ +downloads/ eggs/ lib/ lib64/ |