Skip to content

Commit

Permalink
add zip to git ignore, and fix gh-pages make
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Apr 15, 2012
1 parent 2a6894d commit e985681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.sass-cache
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e985681

Please sign in to comment.