summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 68d0afd0..41058479 100644
--- a/.hgignore
+++ b/.hgignore
@@ -25,6 +25,7 @@ MANIFEST
setuptools-*.egg
.tox
.tox_kits
+.noseids
# Stuff in the test directory.
zipmods.zip
diff --git a/Makefile b/Makefile
index 94af5346..9c25cd64 100644
--- a/Makefile
+++ b/Makefile
@@ -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