This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Add flag to indicate unsure as to end of string to print
[perl5.git] / .gitignore
index 833c053..157390a 100644 (file)
@@ -134,8 +134,6 @@ xlib/
 
 # test byproducts
 ext/Test-Harness/t/ext/
-lib/Big/Dummy.pm
-lib/Big/Liar.pm
 t/rantests
 t/tmp*
 t/perl
@@ -165,6 +163,9 @@ veryclean.sh
 U
 MANIFEST.new
 
+# this is used to auto-sort the MANIFEST
+MANIFEST.srt
+
 # ignore editor droppings
 *.swp
 *~
@@ -178,9 +179,18 @@ 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