From 911f3f3a0736edcb214da6951c1bc517e502a5f6 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Thu, 23 Jun 2016 17:52:46 -0400 Subject: [PATCH] Add wildcard for .swp files Needs wildcard character to actually ignore .swp files since they often have a filename before the extension. --- .gitignore_global | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore_global b/.gitignore_global index a9ab298..43dca7b 100644 --- a/.gitignore_global +++ b/.gitignore_global @@ -5,7 +5,7 @@ .DS_Store # Backup files created by the vim text editor -.swp +*.swp # *.sqlite3 are local databases. Make your own, don't share *.sqlite3 @@ -14,4 +14,4 @@ .Spotlight-V100 # .Trashes holds disk specific trash folders -.Trashes \ No newline at end of file +.Trashes