Skip to content

Commit

Permalink
add some more temporary files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Jun 16, 2015
1 parent 52db576 commit bfaf68f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

# Emacs save files
*~
\#*\#
.\#*

# Vim-related files
[._]*.s[a-w][a-z]
Expand Down Expand Up @@ -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/

0 comments on commit bfaf68f

Please sign in to comment.