diff options
| -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 |
