make git ignore MANIFEST

This commit is contained in:
Matthew Wall
2015-07-15 15:18:53 -04:00
parent e42dcd494c
commit 2fa0eb3440
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
*.pyc
build
dist
MANIFEST

View File

@@ -56,6 +56,7 @@ info:
@echo " USER: $(USER)"
realclean:
rm -f MANIFEST
rm -rf build
rm -rf dist