In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/15c233d4027945c5b74d1b6ecfe8f1bc5e8dd8e9?hp=48792a703c7e0774702e00187254664bd217d69b>
- Log ----------------------------------------------------------------- commit 15c233d4027945c5b74d1b6ecfe8f1bc5e8dd8e9 Author: Florian Ragwitz <r...@debian.org> Date: Wed Aug 18 04:20:40 2010 +0200 Ignore *.old files We already ignored a couple of them, but there's many more of them showing up every now and then, especially because of some of the porting tools. ----------------------------------------------------------------------- Summary of changes: .gitignore | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a95bc21..11b118d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ bug*.pl /UU # files produced by './configure.gnu' on a Linux machine -Makefile.old /Makefile /Policy.sh /cflags @@ -23,7 +22,6 @@ Makefile.old /makedepend /makedir /makefile -/makefile.old /myconfig /opmini.c /perlmain.c @@ -34,19 +32,17 @@ Makefile.old /x2p/Makefile /x2p/cflags /x2p/makefile -/x2p/makefile.old # alternative names on OS X /GNUmakefile -/GNUmakefile.old /x2p/GNUmakefile -/x2p/GNUmakefile.old # general build products *.o *.a *.so *.i +*.old # general build products (Win32) *.def -- Perl5 Master Repository