This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore *.old files
authorFlorian Ragwitz <rafl@debian.org>
Wed, 18 Aug 2010 02:20:40 +0000 (04:20 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 18 Aug 2010 02:20:40 +0000 (04:20 +0200)
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.

.gitignore

index a95bc21..11b118d 100644 (file)
@@ -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