Remove .gitignore files on release.

This commit is contained in:
Michal Čihař
2010-08-29 11:17:52 +02:00
parent 0cdc83775c
commit 2e8e9642a7

View File

@@ -144,6 +144,7 @@ rm -rf scripts/google-javascript-compiler/
# Remove git metadata
rm -rf .git
find . -name .gitignore -print0 | xargs -0 -r rm -f
cd ..