mirror of
https://github.com/yshui/picom.git
synced 2024-11-18 13:55:36 -05:00
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
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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 a new issue