Commit 9c5028eb by Michael DeHaan

Merge pull request #2501 from sergevanginderachter/devel

gitignore and clean up authors file to  since it was removed from version control
parents 7d08ad5e ec6236a1
# build products... # build products...
*.py[co] *.py[co]
build build
AUTHORS.TXT
# Emacs backup files... # Emacs backup files...
*~ *~
.\#* .\#*
......
...@@ -117,6 +117,8 @@ clean: ...@@ -117,6 +117,8 @@ clean:
rm -rf deb-build rm -rf deb-build
rm -rf docs/json rm -rf docs/json
rm -rf docs/js rm -rf docs/js
@echo "Cleaning up authors file"
rm -f AUTHORS.TXT
python: python:
$(PYTHON) setup.py build $(PYTHON) setup.py build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment