This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
under DEBUGGING, minimize the sentinels written in sv_chop, to avoid substr slowdown
[perl5.git] / .gitignore
index f8af423..80b2a8b 100644 (file)
@@ -37,6 +37,9 @@ bug*.pl
 /GNUmakefile
 /x2p/GNUmakefile
 
+# produced by dtrace -H when configured with usedtrace
+perldtrace.h
+
 # general build products
 *.o
 *.a
@@ -82,6 +85,7 @@ MYMETA.yml
 /uni.data
 /uudmap.h
 /bitcount.h
+/mg_data.h
 
 lib/inc/
 lib/Win32.pm
@@ -133,3 +137,8 @@ MANIFEST.new
 *.swp
 *~
 .#*
+
+# test.valgrind final outputs, excluding intermediate files (pls report)
+*.cachegrind
+*.perf-stat
+*.valgrind