diff options
author | Vincent Pit <perl@profvince.com> | 2009-05-24 14:19:37 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-05-24 14:19:37 +0200 |
commit | 4d87b51d9058eda1ac179d6f4b450110d2d5dff9 (patch) | |
tree | 2e944f0294efb0187522a8a21f2e83cad2181a77 /ext | |
parent | 59c5d19941cfe3c77bed087530df469d23d37a1c (diff) | |
download | perl-4d87b51d9058eda1ac179d6f4b450110d2d5dff9.tar.gz |
Ignore vim swap files
Diffstat (limited to 'ext')
-rw-r--r-- | ext/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/.gitignore b/ext/.gitignore index 5cd0e48950..ef1a1999ce 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 |