This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Closing comments is hard.
[perl5.git] / .gitignore
index c20b8e8..cee08f6 100644 (file)
@@ -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
@@ -35,6 +42,7 @@ bug*.pl
 
 # generated for configuration overrides, eg Solaris
 /config.over
+/config.arch
 
 # alternative names on OS X
 /GNUmakefile
@@ -51,6 +59,9 @@ perldtrace.h
 *.old
 *.xsc
 
+# general build products (darwin)
+*.dylib
+
 # general build products (Win32)
 *.def
 *.dll