2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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
View File
@@ -6,6 +6,7 @@
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.sass-cache
+1 -1
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