Skip to content

Commit c4507b1

Browse files
Mika Lackmaniler
authored andcommitted
vim specifics to .gitignore
1 parent 7b6241e commit c4507b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,15 @@ docs/html/
1818
# local
1919
.test-snippets
2020
sandbox
21+
22+
### Vim ###
23+
# swap
24+
.sw[a-p]
25+
.*.sw[a-p]
26+
# session
27+
Session.vim
28+
# temporary
29+
.netrwhist
30+
*~
31+
# auto-generated tag files
32+
tags

0 commit comments

Comments
 (0)