From 4c23489ea0bd4cc992164ef03d52cb97464ace87 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Mon, 15 Dec 2008 15:13:55 +0100 Subject: copy .gitignore from the blead branch --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..fdc624f6e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +.patch +.config + +# files produced by './configure.gnu' on a Linux machine +/Makefile +/Policy.sh +/cflags +/config.h +/config.sh +/makeaperl +/makedepend +/makedir +/makefile +/makefile.old +/myconfig +/opmini.c +/perlmain.c +/pod/Makefile +/writemain +/x2p/Makefile +/x2p/cflags +/x2p/makefile +/x2p/makefile.old + +# general build products +*.o +*.a + +# ? +ext.libs + +# these are scattered everywhere, ignore them +.exists + +/miniperl +/perl + +/extra.pods +/generate_uudmap +/uni.data +/uudmap.h + +x2p/a2p +x2p/find2perl +x2p/psed +x2p/s2p -- cgit v1.2.1