Misc: Add some entries to .gitignore
Misc: Add Vim swap files for unnamed buffers (".sw[a-z]") and YouCompleteMe configuration files (".ycm_extra_conf.py{,c}") to .gitignore.
This commit is contained in:
parent
7d4d87d683
commit
50317f75c7
|
@ -29,6 +29,7 @@ install_manifest.txt
|
||||||
|
|
||||||
|
|
||||||
# Vim files
|
# Vim files
|
||||||
|
.sw[a-z]
|
||||||
.*.sw[a-z]
|
.*.sw[a-z]
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
@ -42,5 +43,7 @@ man/*.html
|
||||||
man/*.1
|
man/*.1
|
||||||
doxygen/
|
doxygen/
|
||||||
.clang_complete
|
.clang_complete
|
||||||
|
.ycm_extra_conf.py
|
||||||
|
.ycm_extra_conf.pyc
|
||||||
/src/backtrace-symbols.[ch]
|
/src/backtrace-symbols.[ch]
|
||||||
/compton*.trace
|
/compton*.trace
|
||||||
|
|
Loading…
Reference in New Issue