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
commit78ea429dac53a07cde782e04ea2dc2581ae5b74a (patch)
tree0f132129f6473dff7e717830bc0908ccaeb9e5f3 /.gitignore
parent32beecb7ba01a9dad01068622cb365431f3a756a (diff)
downloadpython-setuptools-git-78ea429dac53a07cde782e04ea2dc2581ae5b74a.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 --HG-- extra : rebase_source : 7ad1502fd5d09d38f521a391e22af46cfce6ea4f
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