gitignore: add vim stuff
This commit is contained in:
parent
298433e15f
commit
7ac595289c
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -4,3 +4,16 @@
|
|||
*.bin
|
||||
*.hex
|
||||
/.config
|
||||
|
||||
# vim
|
||||
[._]*.s[a-v][a-z]
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
Session.vim
|
||||
Sessionx.vim
|
||||
.netrwhist
|
||||
*~
|
||||
tags
|
||||
[._]*.un~
|
||||
|
|
Loading…
Reference in a new issue