Commit c463467f authored by Saad Ali's avatar Saad Ali

Merge pull request #9730 from mikedanese/gitignore

add some more temporary files to gitignore
parents 68edcaa0 bfaf68fc
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
# Emacs save files # Emacs save files
*~ *~
\#*\#
.\#*
# Vim-related files # Vim-related files
[._]*.s[a-w][a-z] [._]*.s[a-w][a-z]
...@@ -58,3 +60,7 @@ www/master/shared/config/development.json ...@@ -58,3 +60,7 @@ www/master/shared/config/development.json
# Karma output # Karma output
www/test_out www/test_out
# precommit temporary directories created by ./hack/verify-gendocs.sh and ./hack/lib/util.sh
_tmp/
doc_tmp/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment