Skip to content

Commit 7f916b8

Browse files
committed
Added vim swaps to .gitignore.
1 parent adb90e2 commit 7f916b8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.gitignore

+1-12
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ doc
1515
# jeweler generated
1616
pkg
1717

18-
# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
19-
#
20-
# * Create a file at ~/.gitignore
21-
# * Include files you want ignored
22-
# * Run: git config --global core.excludesfile ~/.gitignore
23-
#
24-
# After doing this, these files will be ignored in all your git projects,
25-
# saving you from having to 'pollute' every project you touch with them
26-
#
27-
# Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
28-
#
2918
# For MacOS:
3019
.DS_Store
3120

@@ -39,7 +28,7 @@ pkg
3928
#.\#*
4029

4130
# For vim:
42-
#*.swp
31+
*.sw*
4332

4433
# For redcar:
4534
.redcar

0 commit comments

Comments
 (0)