From e985681758c3fef534f5bbe86c12b884a8333cbe Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 15 Apr 2012 00:19:25 -0700 Subject: [PATCH] add zip to git ignore, and fix gh-pages make --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e8b7abb9e..4086ceec52 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.rej *.swo *.swp +*.zip *.vi *~ *.sass-cache diff --git a/Makefile b/Makefile index 038629468d..78d1a84079 100644 --- a/Makefile +++ b/Makefile @@ -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