Skip to content

Commit 87290b3

Browse files
authored
MAINT: gitignore vim (#40)
* I still see swap files for vim with this project, so use more standard ignores from: https://github.com/github/gitignore/blob/main/Global/Vim.gitignore [skip ci]
1 parent 944b1d0 commit 87290b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
/.vscode
55
/*.nja
66
settings.json
7-
*.swp
7+
# vim swap files
8+
[._]*.s[a-v][a-z]
9+
[._]*.sw[a-p]
10+
[._]s[a-rt-v][a-z]
11+
[._]ss[a-gi-z]
12+
[._]sw[a-p]
813

914
# Edit files
1015
*~

0 commit comments

Comments
 (0)