diff options
| author | Jacob Thornton <[email protected]> | 2012-04-15 00:19:25 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-15 00:19:25 -0700 |
| commit | e985681758c3fef534f5bbe86c12b884a8333cbe (patch) | |
| tree | eefd7a657adfb351831cd9578e42bf9b55d2478a | |
| parent | 2a6894d834c0866e2bbd3d7aa7d824b4355e61f7 (diff) | |
| download | bootstrap-e985681758c3fef534f5bbe86c12b884a8333cbe.tar.xz bootstrap-e985681758c3fef534f5bbe86c12b884a8333cbe.zip | |
add zip to git ignore, and fix gh-pages make
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5e8b7abb9..4086ceec5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.rej *.swo *.swp +*.zip *.vi *~ *.sass-cache @@ -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 |
