In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/85269948cc8951473fc68344aef336c43580ee70?hp=93e19c0f634ff075d96380394c4e3449389368d8>

- Log -----------------------------------------------------------------
commit 85269948cc8951473fc68344aef336c43580ee70
Author: Rafael Garcia-Suarez <[email protected]>
Date:   Sun Sep 27 15:26:05 2009 +0200

    gitignore additions
-----------------------------------------------------------------------

Summary of changes:
 .gitignore              |    1 +
 ext/XSLoader/.gitignore |    1 +
 ext/lib/.gitignore      |    1 +
 lib/.gitignore          |    2 ++
 4 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 ext/XSLoader/.gitignore
 create mode 100644 ext/lib/.gitignore

diff --git a/.gitignore b/.gitignore
index 5decace..7a0d142 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ Makefile.old
 /perlmain.c
 /perlmini.c
 /pod/Makefile
+/runtests
 /writemain
 /x2p/Makefile
 /x2p/cflags
diff --git a/ext/XSLoader/.gitignore b/ext/XSLoader/.gitignore
new file mode 100644
index 0000000..b91c997
--- /dev/null
+++ b/ext/XSLoader/.gitignore
@@ -0,0 +1 @@
+/XSLoader.pm
diff --git a/ext/lib/.gitignore b/ext/lib/.gitignore
new file mode 100644
index 0000000..8caf306
--- /dev/null
+++ b/ext/lib/.gitignore
@@ -0,0 +1 @@
+/lib.pm
diff --git a/lib/.gitignore b/lib/.gitignore
index cc41885..158c9e2 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -173,6 +173,8 @@
 /File/Glob.pm
 /File/GlobMapper.pm
 /File/Path.pm
+/File/Spec/
+/File/Spec.pm
 /File/Temp.pm
 /FileCache.pm
 /Filter/Simple.pm

--
Perl5 Master Repository

Reply via email to