Ignore vim swap files
Vincent Pit [Sun, 24 May 2009 12:19:37 +0000 (14:19 +0200)]
.gitignore
ext/.gitignore

index 47e9322..fd899d9 100644 (file)
@@ -103,3 +103,6 @@ veryclean.sh
 .package
 U
 MANIFEST.new
+
+# ignore vim swap files
+*.swp
index 5cd0e48..ef1a199 100644 (file)
@@ -25,3 +25,7 @@ ppport.h
 /Sys-Hostname/Makefile.PL
 /Test-Harness/Makefile.PL
 /Text-Soundex/Makefile.PL
+
+# ignore all vim swap files but the one bundled in Module::Pluggable for testing
+*.swp
+!/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp