add zip to git ignore, and fix gh-pages make

This commit is contained in:
Jacob Thornton 2012-04-15 00:19:25 -07:00
parent 2a6894d834
commit e985681758
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.sass-cache

View File

@ -42,7 +42,7 @@ bootstrap:
#
gh-pages: bootstrap docs
rm docs/assets/bootstrap.zip
rm -f docs/assets/bootstrap.zip
zip -r docs/assets/bootstrap.zip bootstrap
rm -r bootstrap
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip