Skip to content

Commit 3b3ee49

Browse files
committed
Ignore Temporary VIM Files
Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@iteratec.com>
1 parent 8bd1c73 commit 3b3ee49

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,29 @@
2121
*.iml
2222
*.ipr
2323
out/
24+
25+
Created by https://www.toptal.com/developers/gitignore/api/vim
26+
# Edit at https://www.toptal.com/developers/gitignore?templates=vim
27+
28+
### Vim ###
29+
# Swap
30+
[._]*.s[a-v][a-z]
31+
!*.svg # comment out if you don't need vector files
32+
[._]*.sw[a-p]
33+
[._]s[a-rt-v][a-z]
34+
[._]ss[a-gi-z]
35+
[._]sw[a-p]
36+
37+
# Session
38+
Session.vim
39+
Sessionx.vim
40+
41+
# Temporary
42+
.netrwhist
43+
*~
44+
# Auto-generated tag files
45+
tags
46+
# Persistent undo
47+
[._]*.un~
48+
49+
# End of https://www.toptal.com/developers/gitignore/api/vim

0 commit comments

Comments
 (0)