diff options
author | Sam Vilain <sam@vilain.net> | 2008-06-16 22:32:14 +1200 |
---|---|---|
committer | Sam Vilain <sam@vilain.net> | 2008-12-19 14:35:33 +1300 |
commit | fb063f91dc7f31f7c1489f10462283ee145673d0 (patch) | |
tree | 84b4feefba08d6df3250c3b7c3fcdfcf5845a639 /.gitignore | |
parent | 4dbf56a0722142a15f005769a3a0f7cc57b2c544 (diff) | |
download | perl-fb063f91dc7f31f7c1489f10462283ee145673d0.tar.gz |
[admin] set up .gitignore files
A list submitted by Paul Fenwick was briefly factored into
directory-specific rules.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..d3c477eab7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +.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 |