Add vim files to gitignore
This commit is contained in:
parent
fb414ef491
commit
45d315023f
2 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1 +1,14 @@
|
||||||
nixos/result
|
nixos/result
|
||||||
|
|
||||||
|
# -- Vim --
|
||||||
|
# swap
|
||||||
|
[._]*.s[a-w][a-z]
|
||||||
|
[._]s[a-w][a-z]
|
||||||
|
# session
|
||||||
|
Session.vim
|
||||||
|
# temporary
|
||||||
|
.netrwhist
|
||||||
|
*~
|
||||||
|
# auto-generated tag files
|
||||||
|
tags
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue