Skip to content

Commit 520e167

Browse files
committed
Add *.swp and *~ to the ignore list. The former are vim temp files, and the latter are its backups (if so-enabled).
1 parent 65d6673 commit 520e167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/.settings/**
33
.classpath
44
.project
5+
*.swp
6+
*~

0 commit comments

Comments
 (0)