Merge pull request #2501 from sergevanginderachter/devel

gitignore and clean up authors file to  since it was removed from version control
This commit is contained in:
Michael DeHaan 2013-03-26 05:53:28 -07:00
commit 9c5028eb8b
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# build products...
*.py[co]
build
AUTHORS.TXT
# Emacs backup files...
*~
.\#*

View file

@ -117,6 +117,8 @@ clean:
rm -rf deb-build
rm -rf docs/json
rm -rf docs/js
@echo "Cleaning up authors file"
rm -f AUTHORS.TXT
python:
$(PYTHON) setup.py build