Skip to content

Commit 2eccb45

Browse files
authored
gitignore: Ignore Vim temporary and swap files (#1328)
1 parent a94a940 commit 2eccb45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ tests/dummy_book/book/
1111

1212
# Ignore Jetbrains specific files.
1313
.idea/
14+
15+
# Ignore Vim temporary and swap files.
16+
*.sw?
17+
*~

0 commit comments

Comments
 (0)