summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-08-18 04:20:40 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-08-18 04:20:40 +0200
commit15c233d4027945c5b74d1b6ecfe8f1bc5e8dd8e9 (patch)
treea1ffa7522be5eeb03ff2f8fa8844f07f89a8c288 /.gitignore
parent48792a703c7e0774702e00187254664bd217d69b (diff)
downloadperl-15c233d4027945c5b74d1b6ecfe8f1bc5e8dd8e9.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index a95bc2183a..11b118dc0c 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