Ignore these files. Failure to remove them is not a failure to clean.

This commit is contained in:
Andrew McMillan 2011-09-11 00:54:53 +12:00
parent 7f44fedf70
commit 6793ad7cbb
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -35,3 +35,5 @@ testing/tests/*/initial.dbdump
testing/*-dumps
testing/*.ics
*.swp
davical.spec
docs/translation.pdf

View File

@ -50,8 +50,8 @@ snapshot: release
clean:
rm -f built-docs built-po
-find . -name "*~" -delete
rm docs/translation.pdf
rm davical.spec
-rm docs/translation.pdf
-rm davical.spec
clean-all: clean
-find docs/api/* ! -name "phpdoc.ini" ! -name ".gitignore" -delete