mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
updated .gitignore for vim
This commit is contained in:
parent
5df4cec55e
commit
64211268ba
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -49,3 +49,18 @@ settings.json
|
||||||
activate-*
|
activate-*
|
||||||
|
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
|
||||||
|
## Vim Swap
|
||||||
|
[._]*.s[a-v][a-z]
|
||||||
|
[._]*.sw[a-p]
|
||||||
|
[._]s[a-v][a-z]
|
||||||
|
[._]sw[a-p]
|
||||||
|
|
||||||
|
# Vim Session
|
||||||
|
Session.vim
|
||||||
|
|
||||||
|
# Vim Temporary
|
||||||
|
.netrwhist
|
||||||
|
*~
|
||||||
|
# Vim Auto-generated tag files
|
||||||
|
tags
|
||||||
|
|
Loading…
Reference in a new issue