This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8_length: Fix undefined C behavior
[perl5.git] / .gitignore
index 7dd833d..546c4b2 100644 (file)
@@ -1,5 +1,5 @@
 # ignore .patch from rsync, and any generated patch files from git-am
-*.patch
+/*.patch
 # ignore local .config files
 .config
 # these are generated by make_patchnum.sh from git or from a .patchfile
@@ -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
@@ -52,6 +60,10 @@ perldtrace.h
 *.old
 *.xsc
 
+# general build products (darwin)
+*.dylib
+*.DS_Store
+
 # general build products (Win32)
 *.def
 *.dll
@@ -71,8 +83,7 @@ perldtrace.h
 *.gcno
 
 dll.base
-/ext/DynaLoader/dl_win32.xs
-splittree.pl
+/splittree.pl
 
 # generated by make on cygwin
 /cygwin.c
@@ -84,15 +95,20 @@ ext.libs
 .exists
 MYMETA.*
 
+/microperl
 /miniperl
 /perl
 
 /extra.pods
 /generate_uudmap
+/ugenerate_uudmap
 /uni.data
 /uudmap.h
+/uuudmap.h
 /bitcount.h
+/ubitcount.h
 /mg_data.h
+/umg_data.h
 
 # Build products that we can't infer are generated by conventional extensions
 # (ie all the special cases that would take more code than just adding them
@@ -110,7 +126,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
@@ -123,16 +138,13 @@ lib/unicore/mktables.lst
 xlib/
 
 # test byproducts
-ext/Test-Harness/t/ext/
 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
 
@@ -156,6 +168,9 @@ veryclean.sh
 U
 MANIFEST.new
 
+# this is used to auto-sort the MANIFEST
+MANIFEST.srt
+
 # ignore editor droppings
 *.swp
 *~
@@ -169,5 +184,23 @@ 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
+
+# ctags
+tags
+TAGS
+# gtags
+GPATH
+GRPATH
+GRTAGS
+GTAGS
+
+# generated by Porting/sync-with-cpan
+/make.log