summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpan/Compress-Raw-Bzip2/.gitignore1
-rw-r--r--cpan/Compress-Raw-Zlib/.gitignore5
-rw-r--r--cpan/DB_File/.gitignore2
-rw-r--r--cpan/Digest-MD5/.gitignore1
-rw-r--r--cpan/Digest-SHA/.gitignore2
-rw-r--r--cpan/Encode/.gitignore1
-rw-r--r--cpan/IO-Compress/.gitignore1
-rw-r--r--cpan/IPC-SysV/.gitignore1
-rw-r--r--cpan/Pod-Perldoc/.gitignore1
-rw-r--r--cpan/Scalar-List-Utils/.gitignore1
-rw-r--r--cpan/Socket/.gitignore1
-rw-r--r--cpan/Sys-Syslog/.gitignore2
-rw-r--r--cpan/Unicode-Collate/.gitignore1
-rw-r--r--cpan/Win32/.gitignore1
-rw-r--r--cpan/Win32API-File/.gitignore1
-rw-r--r--cpan/libnet/.gitignore1
-rw-r--r--cpan/podlators/.gitignore1
-rw-r--r--dist/Carp/.gitignore1
-rw-r--r--dist/Devel-PPPort/.gitignore3
-rw-r--r--dist/ExtUtils-CBuilder/.gitignore1
-rw-r--r--dist/IO/.gitignore1
-rw-r--r--dist/Module-CoreList/.gitignore1
-rw-r--r--dist/PathTools/.gitignore1
-rw-r--r--dist/Safe/.gitignore1
-rw-r--r--dist/Search-Dict/.gitignore1
-rw-r--r--dist/Storable/.gitignore1
-rw-r--r--dist/Time-HiRes/.gitignore1
-rw-r--r--dist/Unicode-Normalize/.gitignore1
-rw-r--r--dist/XSLoader/.gitignore1
-rw-r--r--dist/base/.gitignore1
-rw-r--r--dist/lib/.gitignore1
-rw-r--r--ext/Amiga-ARexx/.gitignore1
-rw-r--r--ext/Amiga-Exec/.gitignore1
-rw-r--r--ext/B/.gitignore1
-rw-r--r--ext/DynaLoader/.gitignore1
-rw-r--r--ext/Errno/.gitignore1
-rw-r--r--ext/Fcntl/.gitignore1
-rw-r--r--ext/File-Glob/.gitignore2
-rw-r--r--ext/GDBM_File/.gitignore1
-rw-r--r--ext/Hash-Util/.gitignore1
-rw-r--r--ext/I18N-Langinfo/.gitignore1
-rw-r--r--ext/NDBM_File/.gitignore1
-rw-r--r--ext/ODBM_File/.gitignore1
-rw-r--r--ext/POSIX/.gitignore1
-rw-r--r--ext/Pod-Functions/.gitignore1
-rw-r--r--ext/SDBM_File/.gitignore1
-rw-r--r--ext/VMS-DCLsym/.gitignore1
-rw-r--r--ext/VMS-Stdio/.gitignore1
-rw-r--r--ext/Win32CORE/.gitignore1
-rw-r--r--ext/XS-APItest/.gitignore4
-rw-r--r--ext/XS-Typemap/.gitignore2
-rw-r--r--ext/re/.gitignore1
52 files changed, 65 insertions, 1 deletions
diff --git a/cpan/Compress-Raw-Bzip2/.gitignore b/cpan/Compress-Raw-Bzip2/.gitignore
index 6f7f42a65e..5f4846c938 100644
--- a/cpan/Compress-Raw-Bzip2/.gitignore
+++ b/cpan/Compress-Raw-Bzip2/.gitignore
@@ -3,3 +3,4 @@
/constants.h
/constants.xs
!/bzip2-src/*.c
+!/Makefile.PL
diff --git a/cpan/Compress-Raw-Zlib/.gitignore b/cpan/Compress-Raw-Zlib/.gitignore
index 091348d9ec..079481762a 100644
--- a/cpan/Compress-Raw-Zlib/.gitignore
+++ b/cpan/Compress-Raw-Zlib/.gitignore
@@ -1 +1,4 @@
-constants.*
+!/zlib-src/*.c
+!/Makefile.PL
+/constants.h
+/constants.xs
diff --git a/cpan/DB_File/.gitignore b/cpan/DB_File/.gitignore
index f1c4edfa6e..ef1c21950b 100644
--- a/cpan/DB_File/.gitignore
+++ b/cpan/DB_File/.gitignore
@@ -1,3 +1,5 @@
!/version.c
/constants.*
*.bak
+!/Makefile.PL
+!/src/*.c
diff --git a/cpan/Digest-MD5/.gitignore b/cpan/Digest-MD5/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/cpan/Digest-MD5/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/cpan/Digest-SHA/.gitignore b/cpan/Digest-SHA/.gitignore
new file mode 100644
index 0000000000..335fafbdca
--- /dev/null
+++ b/cpan/Digest-SHA/.gitignore
@@ -0,0 +1,2 @@
+!/Makefile.PL
+!/src/*.c
diff --git a/cpan/Encode/.gitignore b/cpan/Encode/.gitignore
index 3ac370bd56..2e7d1d67af 100644
--- a/cpan/Encode/.gitignore
+++ b/cpan/Encode/.gitignore
@@ -1,4 +1,5 @@
!/encengine.c
+!Makefile.PL
/Byte/Byte.xs
/CN/CN.xs
/EBCDIC/EBCDIC.xs
diff --git a/cpan/IO-Compress/.gitignore b/cpan/IO-Compress/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/cpan/IO-Compress/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/cpan/IPC-SysV/.gitignore b/cpan/IPC-SysV/.gitignore
index 2a06e93b55..6531b6b8ed 100644
--- a/cpan/IPC-SysV/.gitignore
+++ b/cpan/IPC-SysV/.gitignore
@@ -1 +1,2 @@
*.inc
+!/Makefile.PL
diff --git a/cpan/Pod-Perldoc/.gitignore b/cpan/Pod-Perldoc/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/cpan/Pod-Perldoc/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/cpan/Scalar-List-Utils/.gitignore b/cpan/Scalar-List-Utils/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/cpan/Scalar-List-Utils/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/cpan/Socket/.gitignore b/cpan/Socket/.gitignore
index 2a06e93b55..6531b6b8ed 100644
--- a/cpan/Socket/.gitignore
+++ b/cpan/Socket/.gitignore
@@ -1 +1,2 @@
*.inc
+!/Makefile.PL
diff --git a/cpan/Sys-Syslog/.gitignore b/cpan/Sys-Syslog/.gitignore
index d94e453f6c..b2bd5aa307 100644
--- a/cpan/Sys-Syslog/.gitignore
+++ b/cpan/Sys-Syslog/.gitignore
@@ -10,3 +10,5 @@ Syslog.c
Syslog.o
blib/
pm_to_blib
+!/Makefile.PL
+!/fallback/*.inc
diff --git a/cpan/Unicode-Collate/.gitignore b/cpan/Unicode-Collate/.gitignore
index 424c745c12..47489b4d1f 100644
--- a/cpan/Unicode-Collate/.gitignore
+++ b/cpan/Unicode-Collate/.gitignore
@@ -1 +1,2 @@
*.h
+!/Makefile.PL
diff --git a/cpan/Win32/.gitignore b/cpan/Win32/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/cpan/Win32/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/cpan/Win32API-File/.gitignore b/cpan/Win32API-File/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/cpan/Win32API-File/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/cpan/libnet/.gitignore b/cpan/libnet/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/cpan/libnet/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/cpan/podlators/.gitignore b/cpan/podlators/.gitignore
index 146b3be431..8539efd423 100644
--- a/cpan/podlators/.gitignore
+++ b/cpan/podlators/.gitignore
@@ -18,3 +18,4 @@
/podlators-*.tar.gz.asc
/scripts/pod2man
/scripts/pod2text
+!/Makefile.PL
diff --git a/dist/Carp/.gitignore b/dist/Carp/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/dist/Carp/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/dist/Devel-PPPort/.gitignore b/dist/Devel-PPPort/.gitignore
index 0fa82e0976..857c79fe88 100644
--- a/dist/Devel-PPPort/.gitignore
+++ b/dist/Devel-PPPort/.gitignore
@@ -19,3 +19,6 @@ PPPort.bs
/Devel-PPPort-*.tar.gz
/Devel-PPPort-*/
/t/*.t
+!/Makefile.PL
+!/module2.c
+!/module3.c
diff --git a/dist/ExtUtils-CBuilder/.gitignore b/dist/ExtUtils-CBuilder/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/dist/ExtUtils-CBuilder/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/dist/IO/.gitignore b/dist/IO/.gitignore
index 577c726243..7703c92747 100644
--- a/dist/IO/.gitignore
+++ b/dist/IO/.gitignore
@@ -1 +1,2 @@
!/poll.c
+!/Makefile.PL
diff --git a/dist/Module-CoreList/.gitignore b/dist/Module-CoreList/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/dist/Module-CoreList/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/dist/PathTools/.gitignore b/dist/PathTools/.gitignore
index a87d5167ef..3c1f39c665 100644
--- a/dist/PathTools/.gitignore
+++ b/dist/PathTools/.gitignore
@@ -1,2 +1,3 @@
/Cwd.c
/Cwd.bs
+!/Makefile.PL
diff --git a/dist/Safe/.gitignore b/dist/Safe/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/dist/Safe/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/dist/Search-Dict/.gitignore b/dist/Search-Dict/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/dist/Search-Dict/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/dist/Storable/.gitignore b/dist/Storable/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/dist/Storable/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/dist/Time-HiRes/.gitignore b/dist/Time-HiRes/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/dist/Time-HiRes/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/dist/Unicode-Normalize/.gitignore b/dist/Unicode-Normalize/.gitignore
index 424c745c12..47489b4d1f 100644
--- a/dist/Unicode-Normalize/.gitignore
+++ b/dist/Unicode-Normalize/.gitignore
@@ -1 +1,2 @@
*.h
+!/Makefile.PL
diff --git a/dist/XSLoader/.gitignore b/dist/XSLoader/.gitignore
index b91c997d50..447ed53189 100644
--- a/dist/XSLoader/.gitignore
+++ b/dist/XSLoader/.gitignore
@@ -1 +1,2 @@
/XSLoader.pm
+!/Makefile.PL
diff --git a/dist/base/.gitignore b/dist/base/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/dist/base/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/dist/lib/.gitignore b/dist/lib/.gitignore
index 8caf3063dc..c5c4f72893 100644
--- a/dist/lib/.gitignore
+++ b/dist/lib/.gitignore
@@ -1 +1,2 @@
/lib.pm
+!/Makefile.PL
diff --git a/ext/Amiga-ARexx/.gitignore b/ext/Amiga-ARexx/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/ext/Amiga-ARexx/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/ext/Amiga-Exec/.gitignore b/ext/Amiga-Exec/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/ext/Amiga-Exec/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/ext/B/.gitignore b/ext/B/.gitignore
index f67599be1d..7fb2000b62 100644
--- a/ext/B/.gitignore
+++ b/ext/B/.gitignore
@@ -1,3 +1,4 @@
defsubs.h
const-c.inc
const-xs.inc
+!/Makefile.PL
diff --git a/ext/DynaLoader/.gitignore b/ext/DynaLoader/.gitignore
index 014ac34410..2af9bc6aea 100644
--- a/ext/DynaLoader/.gitignore
+++ b/ext/DynaLoader/.gitignore
@@ -1,3 +1,4 @@
!/dlutils.c
/DynaLoader.pm
/DynaLoader.xs
+!/Makefile.PL
diff --git a/ext/Errno/.gitignore b/ext/Errno/.gitignore
index fb9df20035..5b0c2efa9d 100644
--- a/ext/Errno/.gitignore
+++ b/ext/Errno/.gitignore
@@ -1,2 +1,3 @@
/Errno.pm
/arch.txt
+!/Makefile.PL
diff --git a/ext/Fcntl/.gitignore b/ext/Fcntl/.gitignore
index 2a06e93b55..6531b6b8ed 100644
--- a/ext/Fcntl/.gitignore
+++ b/ext/Fcntl/.gitignore
@@ -1 +1,2 @@
*.inc
+!/Makefile.PL
diff --git a/ext/File-Glob/.gitignore b/ext/File-Glob/.gitignore
index 2a06e93b55..d71ca7dde5 100644
--- a/ext/File-Glob/.gitignore
+++ b/ext/File-Glob/.gitignore
@@ -1 +1,3 @@
*.inc
+!/Makefile.PL
+!/bsd_glob.c
diff --git a/ext/GDBM_File/.gitignore b/ext/GDBM_File/.gitignore
index 7ba0a5a289..67de96f981 100644
--- a/ext/GDBM_File/.gitignore
+++ b/ext/GDBM_File/.gitignore
@@ -1 +1,2 @@
const-*.inc
+!/Makefile.PL
diff --git a/ext/Hash-Util/.gitignore b/ext/Hash-Util/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/ext/Hash-Util/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/ext/I18N-Langinfo/.gitignore b/ext/I18N-Langinfo/.gitignore
index 2a06e93b55..6531b6b8ed 100644
--- a/ext/I18N-Langinfo/.gitignore
+++ b/ext/I18N-Langinfo/.gitignore
@@ -1 +1,2 @@
*.inc
+!/Makefile.PL
diff --git a/ext/NDBM_File/.gitignore b/ext/NDBM_File/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/ext/NDBM_File/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/ext/ODBM_File/.gitignore b/ext/ODBM_File/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/ext/ODBM_File/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/ext/POSIX/.gitignore b/ext/POSIX/.gitignore
index 2a06e93b55..6531b6b8ed 100644
--- a/ext/POSIX/.gitignore
+++ b/ext/POSIX/.gitignore
@@ -1 +1,2 @@
*.inc
+!/Makefile.PL
diff --git a/ext/Pod-Functions/.gitignore b/ext/Pod-Functions/.gitignore
index 2ba87d73c5..d7514361b8 100644
--- a/ext/Pod-Functions/.gitignore
+++ b/ext/Pod-Functions/.gitignore
@@ -1 +1,2 @@
/Functions.pm
+!/Makefile.PL
diff --git a/ext/SDBM_File/.gitignore b/ext/SDBM_File/.gitignore
index acccbd016a..18641ce7c3 100644
--- a/ext/SDBM_File/.gitignore
+++ b/ext/SDBM_File/.gitignore
@@ -1,2 +1,3 @@
!*.c
SDBM_File.c
+!/Makefile.PL
diff --git a/ext/VMS-DCLsym/.gitignore b/ext/VMS-DCLsym/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/ext/VMS-DCLsym/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/ext/VMS-Stdio/.gitignore b/ext/VMS-Stdio/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/ext/VMS-Stdio/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL
diff --git a/ext/Win32CORE/.gitignore b/ext/Win32CORE/.gitignore
index cbe3f3d56d..7148fe97b5 100644
--- a/ext/Win32CORE/.gitignore
+++ b/ext/Win32CORE/.gitignore
@@ -1 +1,2 @@
!/Win32CORE.c
+!/Makefile.PL
diff --git a/ext/XS-APItest/.gitignore b/ext/XS-APItest/.gitignore
index 7ba0a5a289..b0a005918c 100644
--- a/ext/XS-APItest/.gitignore
+++ b/ext/XS-APItest/.gitignore
@@ -1 +1,5 @@
const-*.inc
+!/Makefile.PL
+!/core.c
+!/exception.c
+!/notcore.c
diff --git a/ext/XS-Typemap/.gitignore b/ext/XS-Typemap/.gitignore
new file mode 100644
index 0000000000..3fb2f0ee2d
--- /dev/null
+++ b/ext/XS-Typemap/.gitignore
@@ -0,0 +1,2 @@
+!/Makefile.PL
+!/stdio.c
diff --git a/ext/re/.gitignore b/ext/re/.gitignore
new file mode 100644
index 0000000000..e54624d60d
--- /dev/null
+++ b/ext/re/.gitignore
@@ -0,0 +1 @@
+!/Makefile.PL