summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-06-02 06:32:59 -0700
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-06-02 06:32:59 -0700
commit6d585961dc6f1972cc941805bb4dbbbe5675f71f (patch)
tree5d6f877630f7de140236e999c5b309b8af6ac0bf /.gitignore
parentcecf4eb967d2e32c76c6db8af872c7689e058be3 (diff)
downloadpython-setuptools-bitbucket-6d585961dc6f1972cc941805bb4dbbbe5675f71f.tar.gz
Have git ignore files created by tests
When the tests are run, some packages are installed or created in the current directory. They should never be checked in, so add them to .gitignore. Change-Id: Ic7790ec85c9e2f0fc4bd06b492f75ea6c17ecda4
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..6167a533
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.tox
+py-*.egg
+pytest-*.egg