This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perllocale: Remove trailing blanks
[perl5.git] / .gitignore
index f8af423..03df13f 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,6 +73,9 @@ dll.base
 /ext/DynaLoader/dl_win32.xs
 splittree.pl
 
+# generated by make on cygwin
+/cygwin.c
+
 # ?
 ext.libs
 
@@ -82,6 +91,7 @@ MYMETA.yml
 /uni.data
 /uudmap.h
 /bitcount.h
+/mg_data.h
 
 lib/inc/
 lib/Win32.pm
@@ -133,3 +143,11 @@ MANIFEST.new
 *.swp
 *~
 .#*
+
+# test.valgrind final outputs, excluding intermediate files (pls report)
+*.cachegrind
+*.perf-stat
+*.valgrind
+
+# generated by the top level install.html target. XXX Why does it need this?
+/vms/README_vms.pod