Skip to content

Commit d857a32

Browse files
committed
Add *.swp files to .gitignore (vim, etc.)
1 parent 2af2382 commit d857a32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# emacs backup files
22
**/*~
33

4+
# swp files (vim, etc.)
5+
*.swp
6+
47
# macOS finder folder-level attributes
58
**/.DS_store
69
.idea

0 commit comments

Comments
 (0)