summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2013-05-27 10:46:31 -0700
committerMarcus Smith <qwcode@gmail.com>2013-05-29 13:41:12 -0700
commit2e2ce0f4e90aadf8025c1c0a4822023961eba76d (patch)
tree9990e7b2a7c904661218c0c145f81a1d40e0b416 /.gitignore
parent28234e29d5c01e60f4533df5f2f2f1f910c83c0f (diff)
downloadpip-2e2ce0f4e90aadf8025c1c0a4822023961eba76d.tar.gz
break up tests dir into data, unit tests, and functional tests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e5df8c832..8f1f5373c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
MANIFEST
tests/test-scratch/*
tests/test-cache/*
-tests/packages/FSPkg/FSPkg.egg-info
+FSPkg.egg-info
testenv
pip.egg-info/*
ScriptTest-*.egg
@@ -17,7 +17,7 @@ dist/*
docs/_build/*
build/*
*.pyc
-*.pyo
+*.pyo
pip-log.txt
pip.log
*.~