This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a LEAVE for the ENTER in LOAD_UTF8_CHARCLASS
[perl5.git] / .gitignore
index 7646702..75194e8 100644 (file)
@@ -33,10 +33,16 @@ bug*.pl
 /x2p/cflags
 /x2p/makefile
 
+# generated for configuration overrides, eg Solaris
+/config.over
+
 # alternative names on OS X
 /GNUmakefile
 /x2p/GNUmakefile
 
+# produced by dtrace -H when configured with usedtrace
+perldtrace.h
+
 # general build products
 *.o
 *.a
@@ -67,11 +73,15 @@ dll.base
 /ext/DynaLoader/dl_win32.xs
 splittree.pl
 
+# generated by make on cygwin
+/cygwin.c
+
 # ?
 ext.libs
 
 # these are scattered everywhere, ignore them
 .exists
+MYMETA.*
 
 /miniperl
 /perl
@@ -81,6 +91,7 @@ ext.libs
 /uni.data
 /uudmap.h
 /bitcount.h
+/mg_data.h
 
 lib/inc/
 lib/Win32.pm
@@ -97,6 +108,7 @@ lib/IPC/Cmd/t/src/x.tgz
 lib/mro.pm
 lib/TAP/
 lib/Test/Harness.pm
+lib/File/DosGlob.pm
 t/rantests
 t/tmp*
 t/perl
@@ -105,6 +117,8 @@ t/test_state
 cpan/ExtUtils-MakeMaker/t/Big-Dummy/
 cpan/Module-Build/MB-*
 *.tmp
+t/*.ph
+t/lib/*.ph
 
 # t/op/require.t byproducts
 t/bleah.pm
@@ -130,3 +144,14 @@ MANIFEST.new
 *.swp
 *~
 .#*
+
+# test.valgrind final outputs, excluding intermediate files (pls report)
+*.cachegrind
+*.perf-stat
+*.valgrind
+
+# dont show .gdb_history files
+.gdb_history
+
+# generated by the top level install.html target. XXX Why does it need this?
+/vms/README_vms.pod