In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/4d87b51d9058eda1ac179d6f4b450110d2d5dff9?hp=59c5d19941cfe3c77bed087530df469d23d37a1c>
- Log -----------------------------------------------------------------
commit 4d87b51d9058eda1ac179d6f4b450110d2d5dff9
Author: Vincent Pit <perl@profvince.com>
Date: Sun May 24 14:19:37 2009 +0200
Ignore vim swap files
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +++
ext/.gitignore | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
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
--
Perl5 Master Repository