diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-14 18:30:02 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-14 18:30:48 +0000 |
commit | 89b2b9f7f6c8f99f7999c5b3fe437be2abac4340 (patch) | |
tree | 0c2d9e6bd13be470a82ed0ad599abad59cf7f15c /.gitignore | |
parent | aeda4cd8e5bd38c317d9b1b6e645f568556380c8 (diff) | |
download | perl-89b2b9f7f6c8f99f7999c5b3fe437be2abac4340.tar.gz |
Ignore the OS X GNUmakefile*s, and t/test_state.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9d26a0f274..aa03fb22f1 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,12 @@ Makefile.old /x2p/makefile /x2p/makefile.old +# alternative names on OS X +/GNUmakefile +/GNUmakefile.old +/x2p/GNUmakefile +/x2p/GNUmakefile.old + # general build products *.o *.a @@ -85,6 +91,7 @@ lib/Test/Harness.pm t/rantests t/tmp* t/perl +t/test_state # make_ext.pl cleanup scripts realclean.sh |