X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/86c256672d7949c124cd9aa41f8b324aff6277a6..f2e44f083a90beb1268ada85b866abe79f209a17:/.gitignore diff --git a/.gitignore b/.gitignore index b6d1a0d..594952c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,13 @@ bug*.pl # Exists during ./Configure /UU +/host + +# Tools for cross-compile remote testing: +/Cross/from-* +/Cross/mkdir +/Cross/run-* +/Cross/to-* # files produced by './configure.gnu' on a Linux machine /Makefile @@ -27,6 +34,7 @@ bug*.pl /perlmain.c /perlmini.c /pod/Makefile +/preload /runtests /writemain /x2p/Makefile @@ -54,6 +62,7 @@ perldtrace.h # general build products (darwin) *.dylib +*.DS_Store # general build products (Win32) *.def @@ -113,7 +122,6 @@ lib/perldoc.pod lib/buildcustomize.pl lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl -lib/unicore/Heavy.pl lib/unicore/Name.pl lib/unicore/Name.pm lib/unicore/TestProp.pl @@ -127,15 +135,14 @@ xlib/ # test byproducts ext/Test-Harness/t/ext/ +ext/XS-APItest/APItest.bso t/rantests t/tmp* t/perl t/test_state *.output -cpan/ExtUtils-MakeMaker/t/Big-Dummy/ -cpan/Module-Build/MB-* -cpan/Module-Build/t/install_test* *.tmp +*.bak t/*.ph t/lib/*.ph @@ -159,6 +166,9 @@ veryclean.sh U MANIFEST.new +# this is used to auto-sort the MANIFEST +MANIFEST.srt + # ignore editor droppings *.swp *~ @@ -172,5 +182,26 @@ MANIFEST.new # dont show .gdb_history files .gdb_history +# cscope -b +cscope.out +# cscope -q +cscope.in.out +cscope.po.out + # generated by the top level install.html target. XXX Why does it need this? /vms/README_vms.pod + +# generated be ext/re/Makefile +ext/re/invlist_inline.h + +# ctags +tags +TAGS +# gtags +GPATH +GRPATH +GRTAGS +GTAGS + +# generated by Porting/sync-with-cpan +/make.log