From: Vincent Pit Date: Sun, 24 May 2009 12:19:37 +0000 (+0200) Subject: Ignore vim swap files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d87b51d9058eda1ac179d6f4b450110d2d5dff9;p=p5sagit%2Fp5-mst-13.2.git Ignore vim swap files --- diff --git a/.gitignore b/.gitignore index 47e9322..fd899d9 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,6 @@ veryclean.sh .package U MANIFEST.new + +# ignore vim swap files +*.swp diff --git a/ext/.gitignore b/ext/.gitignore index 5cd0e48..ef1a199 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -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