In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/89b2b9f7f6c8f99f7999c5b3fe437be2abac4340?hp=f3b6b452d54f2aa5778906efb1c7c6e0267baeeb>
- Log ----------------------------------------------------------------- commit 89b2b9f7f6c8f99f7999c5b3fe437be2abac4340 Author: Nicholas Clark <n...@ccl4.org> Date: Sat Feb 14 18:30:02 2009 +0000 Ignore the OS X GNUmakefile*s, and t/test_state. M .gitignore commit aeda4cd8e5bd38c317d9b1b6e645f568556380c8 Author: Nicholas Clark <n...@ccl4.org> Date: Sat Feb 14 18:29:37 2009 +0000 Ignore lib/NDBM_File.pm M lib/.gitignore ----------------------------------------------------------------------- Summary of changes: .gitignore | 7 +++++++ lib/.gitignore | 1 + 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 9d26a0f..aa03fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,12 @@ Makefile.old /x2p/makefile /x2p/makefile.old +# alternative names on OS X +/GNUmakefile +/GNUmakefile.old +/x2p/GNUmakefile +/x2p/GNUmakefile.old + # general build products *.o *.a @@ -85,6 +91,7 @@ lib/Test/Harness.pm t/rantests t/tmp* t/perl +t/test_state # make_ext.pl cleanup scripts realclean.sh diff --git a/lib/.gitignore b/lib/.gitignore index 196fb70..cfe8ea1 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -47,6 +47,7 @@ /Math/BigInt/FastCalc.pm /Module/Pluggable.pm /Module/Pluggable +/NDBM_File.pm /O.pm /ODBM_File.pm /Opcode.pm -- Perl5 Master Repository