Skip to content

Commit 8219564

Browse files
author
Brian Mboya
authored
ignore all vim temporary files (#9022)
1 parent 59f4914 commit 8219564

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ dmypy.json
2323

2424
# IDEs
2525
.idea
26-
*.swp
2726
.vscode
2827

28+
# vim temporary files
29+
.*.sw?
30+
*.sw?
31+
2932
# Operating Systems
3033
.DS_Store
3134

0 commit comments

Comments
 (0)