Skip to content

Commit

Permalink
Merge pull request ansible#2501 from sergevanginderachter/devel
Browse files Browse the repository at this point in the history
gitignore and clean up authors file to  since it was removed from version control
  • Loading branch information
mpdehaan committed Mar 26, 2013
2 parents 7d08ad5 + ec6236a commit 9c5028e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
# build products...
*.py[co]
build
AUTHORS.TXT
# Emacs backup files...
*~
.\#*
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9c5028e

Please sign in to comment.