diff options
Diffstat (limited to 'ext/.gitignore')
-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 |