Skip to content

Commit

Permalink
Misc: Add some entries to .gitignore
Browse files Browse the repository at this point in the history
Misc: Add Vim swap files for unnamed buffers (".sw[a-z]") and
YouCompleteMe configuration files (".ycm_extra_conf.py{,c}") to
.gitignore.
  • Loading branch information
richardgv committed Sep 6, 2015
1 parent 7d4d87d commit 50317f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install_manifest.txt


# Vim files
.sw[a-z]
.*.sw[a-z]
*~

Expand All @@ -42,5 +43,7 @@ man/*.html
man/*.1
doxygen/
.clang_complete
.ycm_extra_conf.py
.ycm_extra_conf.pyc
/src/backtrace-symbols.[ch]
/compton*.trace

0 comments on commit 50317f7

Please sign in to comment.