diff options
author | Yves Orton <demerphq@dromedary.booking.com> | 2008-12-20 20:31:24 +0100 |
---|---|---|
committer | Yves Orton <demerphq@dromedary.booking.com> | 2008-12-20 20:31:24 +0100 |
commit | 4ebeba21ba7387a4d2a07427df3fd36f9377c62d (patch) | |
tree | ab87532920a63d96d95c2673060a66d1a33b727b /.gitignore | |
parent | a2450f8e38913ec23222dc5de2f3dae8f5591d33 (diff) | |
download | perl-4ebeba21ba7387a4d2a07427df3fd36f9377c62d.tar.gz |
add some stuff to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 594b4debc4..5a760a11d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ *.patch .config + + # files produced by './configure.gnu' on a Linux machine +Makefile.old /Makefile /Policy.sh /cflags @@ -57,3 +60,14 @@ x2p/a2p x2p/find2perl x2p/psed x2p/s2p + +# test byproduct +ext/Test/Harness/t/ext/ +lib/App/ +lib/Archive/Tar/t/src/long/foo.tbz +lib/Archive/Tar/t/src/short/foo.tbz +lib/IPC/Cmd/t/src/x.tgz +lib/TAP/ +lib/Test/Harness.pm +t/rantests +t/tmp* |