1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

ignore ScriptTest and nose eggs from "setup.py test"

This commit is contained in:
Carl Meyer 2010-06-04 12:50:33 -04:00
parent eff68029e3
commit 11b7ed8017

View file

@ -6,6 +6,8 @@ tests/test-cache/*
tests/packages/FSPkg/FSPkg.egg-info/PKG-INFO
testenv
pip.egg-info/*
ScriptTest-*.egg
nose-*.egg/*
dist/*
docs/_build/*
build/*