diff options
author | Gavin M. Roy <gmr@myyearbook.com> | 2010-11-08 15:50:43 -0500 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2010-11-08 14:46:39 -0800 |
commit | 80e0020b8c55141efc0bdd9d35ffec7c36a1524b (patch) | |
tree | 33d509da9a7d7e106cc880963257b1c66397dd80 | |
parent | ea6e9227f8ad9c18468ed8969692d32d450c07f9 (diff) | |
download | gitignore-80e0020b8c55141efc0bdd9d35ffec7c36a1524b.tar.gz gitignore-80e0020b8c55141efc0bdd9d35ffec7c36a1524b.zip |
Add exclusions for setup.py behaviors
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index b92a0dee..e13c9cd7 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -4,6 +4,7 @@ *.egg *.egg-info dist +build # Installer logs pip-log.txt |