Merge pull request #9730 from mikedanese/gitignore

add some more temporary files to gitignore
pull/6/head
Saad Ali 2015-06-16 16:02:19 -07:00
commit c463467f7b
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -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/