diff options
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -25,6 +25,7 @@ MANIFEST setuptools-*.egg .tox .tox_kits +.noseids # Stuff in the test directory. zipmods.zip @@ -15,7 +15,7 @@ clean: -rm -rf __pycache__ */__pycache__ */*/__pycache__ */*/*/__pycache__ */*/*/*/__pycache__ */*/*/*/*/__pycache__ -rm -f coverage/*,cover -rm -f MANIFEST - -rm -f .coverage .coverage.* coverage.xml .metacov* + -rm -f .coverage .coverage.* coverage.xml .metacov* .noseids -rm -f tests/zipmods.zip -rm -rf tests/eggsrc/build tests/eggsrc/dist tests/eggsrc/*.egg-info -rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz |