This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
autodoc: Add ability to specify typedefs
[perl5.git] / .gitignore
index 93ac2ac..eab6ae9 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
@@ -34,6 +34,7 @@ bug*.pl
 /perlmain.c
 /perlmini.c
 /pod/Makefile
+/preload
 /runtests
 /writemain
 /x2p/Makefile
@@ -61,6 +62,7 @@ perldtrace.h
 
 # general build products (darwin)
 *.dylib
+*.DS_Store
 
 # general build products (Win32)
 *.def
@@ -120,7 +122,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
@@ -134,15 +135,14 @@ xlib/
 
 # test byproducts
 ext/Test-Harness/t/ext/
+ext/XS-APItest/APItest.bso
 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
 
@@ -166,6 +166,9 @@ veryclean.sh
 U
 MANIFEST.new
 
+# this is used to auto-sort the MANIFEST
+MANIFEST.srt
+
 # ignore editor droppings
 *.swp
 *~
@@ -179,9 +182,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
@@ -190,3 +202,6 @@ GPATH
 GRPATH
 GRTAGS
 GTAGS
+
+# generated by Porting/sync-with-cpan
+/make.log