From bfaf68fc8545098e877fc44711abf35103a8ca15 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Fri, 12 Jun 2015 12:37:04 -0700 Subject: [PATCH] add some more temporary files to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 721c569111..beea0662db 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ # Emacs save files *~ +\#*\# +.\#* # Vim-related files [._]*.s[a-w][a-z] @@ -58,3 +60,7 @@ www/master/shared/config/development.json # Karma output www/test_out + +# precommit temporary directories created by ./hack/verify-gendocs.sh and ./hack/lib/util.sh +_tmp/ +doc_tmp/