From 0aba811cf2fd007f5ff9db1a288e19ef0de30f56 Mon Sep 17 00:00:00 2001 From: Serge van Ginderachter Date: Tue, 26 Mar 2013 08:09:16 +0100 Subject: [PATCH 1/2] add authors file to gitignore since it was removed from version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f651d7deb74..be35963353b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # build products... *.py[co] build +AUTHORS.TXT # Emacs backup files... *~ .\#* From ec6236a107eaa10aafc07371becd5f98cef467b1 Mon Sep 17 00:00:00 2001 From: Serge van Ginderachter Date: Tue, 26 Mar 2013 08:19:45 +0100 Subject: [PATCH 2/2] add clean up authors file to make clean --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5a96067cde0..6ab81e395b5 100644 --- a/Makefile +++ b/Makefile @@ -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