mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
add gitignore exclusions for files in git
There are a number of files excluded using gitignore rules that are included in the repository. This can lead to confusion if something other than git tries to read the ignore files. Add rules to the gitignore files so that these files won't be ignored.
This commit is contained in:
parent
f3476b0ffa
commit
cfb249103f
1
cpan/Compress-Raw-Bzip2/.gitignore
vendored
1
cpan/Compress-Raw-Bzip2/.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/constants.h
|
||||
/constants.xs
|
||||
!/bzip2-src/*.c
|
||||
!/Makefile.PL
|
||||
|
||||
5
cpan/Compress-Raw-Zlib/.gitignore
vendored
5
cpan/Compress-Raw-Zlib/.gitignore
vendored
@ -1 +1,4 @@
|
||||
constants.*
|
||||
!/zlib-src/*.c
|
||||
!/Makefile.PL
|
||||
/constants.h
|
||||
/constants.xs
|
||||
|
||||
2
cpan/DB_File/.gitignore
vendored
2
cpan/DB_File/.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
!/version.c
|
||||
/constants.*
|
||||
*.bak
|
||||
!/Makefile.PL
|
||||
!/src/*.c
|
||||
|
||||
1
cpan/Digest-MD5/.gitignore
vendored
Normal file
1
cpan/Digest-MD5/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
2
cpan/Digest-SHA/.gitignore
vendored
Normal file
2
cpan/Digest-SHA/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
!/Makefile.PL
|
||||
!/src/*.c
|
||||
1
cpan/Encode/.gitignore
vendored
1
cpan/Encode/.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
!/encengine.c
|
||||
!Makefile.PL
|
||||
/Byte/Byte.xs
|
||||
/CN/CN.xs
|
||||
/EBCDIC/EBCDIC.xs
|
||||
|
||||
1
cpan/IO-Compress/.gitignore
vendored
Normal file
1
cpan/IO-Compress/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
cpan/IPC-SysV/.gitignore
vendored
1
cpan/IPC-SysV/.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.inc
|
||||
!/Makefile.PL
|
||||
|
||||
1
cpan/Pod-Perldoc/.gitignore
vendored
Normal file
1
cpan/Pod-Perldoc/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
cpan/Scalar-List-Utils/.gitignore
vendored
Normal file
1
cpan/Scalar-List-Utils/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
cpan/Socket/.gitignore
vendored
1
cpan/Socket/.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.inc
|
||||
!/Makefile.PL
|
||||
|
||||
2
cpan/Sys-Syslog/.gitignore
vendored
2
cpan/Sys-Syslog/.gitignore
vendored
@ -10,3 +10,5 @@ Syslog.c
|
||||
Syslog.o
|
||||
blib/
|
||||
pm_to_blib
|
||||
!/Makefile.PL
|
||||
!/fallback/*.inc
|
||||
|
||||
1
cpan/Unicode-Collate/.gitignore
vendored
1
cpan/Unicode-Collate/.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.h
|
||||
!/Makefile.PL
|
||||
|
||||
1
cpan/Win32/.gitignore
vendored
Normal file
1
cpan/Win32/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
cpan/Win32API-File/.gitignore
vendored
Normal file
1
cpan/Win32API-File/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
cpan/libnet/.gitignore
vendored
Normal file
1
cpan/libnet/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
cpan/podlators/.gitignore
vendored
1
cpan/podlators/.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/podlators-*.tar.gz.asc
|
||||
/scripts/pod2man
|
||||
/scripts/pod2text
|
||||
!/Makefile.PL
|
||||
|
||||
1
dist/Carp/.gitignore
vendored
Normal file
1
dist/Carp/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
3
dist/Devel-PPPort/.gitignore
vendored
3
dist/Devel-PPPort/.gitignore
vendored
@ -19,3 +19,6 @@ PPPort.bs
|
||||
/Devel-PPPort-*.tar.gz
|
||||
/Devel-PPPort-*/
|
||||
/t/*.t
|
||||
!/Makefile.PL
|
||||
!/module2.c
|
||||
!/module3.c
|
||||
|
||||
1
dist/ExtUtils-CBuilder/.gitignore
vendored
Normal file
1
dist/ExtUtils-CBuilder/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
dist/IO/.gitignore
vendored
1
dist/IO/.gitignore
vendored
@ -1 +1,2 @@
|
||||
!/poll.c
|
||||
!/Makefile.PL
|
||||
|
||||
1
dist/Module-CoreList/.gitignore
vendored
Normal file
1
dist/Module-CoreList/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
dist/PathTools/.gitignore
vendored
1
dist/PathTools/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/Cwd.c
|
||||
/Cwd.bs
|
||||
!/Makefile.PL
|
||||
|
||||
1
dist/Safe/.gitignore
vendored
Normal file
1
dist/Safe/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
dist/Search-Dict/.gitignore
vendored
Normal file
1
dist/Search-Dict/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
dist/Storable/.gitignore
vendored
Normal file
1
dist/Storable/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
dist/Time-HiRes/.gitignore
vendored
Normal file
1
dist/Time-HiRes/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
dist/Unicode-Normalize/.gitignore
vendored
1
dist/Unicode-Normalize/.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.h
|
||||
!/Makefile.PL
|
||||
|
||||
1
dist/XSLoader/.gitignore
vendored
1
dist/XSLoader/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/XSLoader.pm
|
||||
!/Makefile.PL
|
||||
|
||||
1
dist/base/.gitignore
vendored
Normal file
1
dist/base/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
dist/lib/.gitignore
vendored
1
dist/lib/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/lib.pm
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/Amiga-ARexx/.gitignore
vendored
Normal file
1
ext/Amiga-ARexx/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
ext/Amiga-Exec/.gitignore
vendored
Normal file
1
ext/Amiga-Exec/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
ext/B/.gitignore
vendored
1
ext/B/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
defsubs.h
|
||||
const-c.inc
|
||||
const-xs.inc
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/DynaLoader/.gitignore
vendored
1
ext/DynaLoader/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
!/dlutils.c
|
||||
/DynaLoader.pm
|
||||
/DynaLoader.xs
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/Errno/.gitignore
vendored
1
ext/Errno/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/Errno.pm
|
||||
/arch.txt
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/Fcntl/.gitignore
vendored
1
ext/Fcntl/.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.inc
|
||||
!/Makefile.PL
|
||||
|
||||
2
ext/File-Glob/.gitignore
vendored
2
ext/File-Glob/.gitignore
vendored
@ -1 +1,3 @@
|
||||
*.inc
|
||||
!/Makefile.PL
|
||||
!/bsd_glob.c
|
||||
|
||||
1
ext/GDBM_File/.gitignore
vendored
1
ext/GDBM_File/.gitignore
vendored
@ -1 +1,2 @@
|
||||
const-*.inc
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/Hash-Util/.gitignore
vendored
Normal file
1
ext/Hash-Util/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
ext/I18N-Langinfo/.gitignore
vendored
1
ext/I18N-Langinfo/.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.inc
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/NDBM_File/.gitignore
vendored
Normal file
1
ext/NDBM_File/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
ext/ODBM_File/.gitignore
vendored
Normal file
1
ext/ODBM_File/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
ext/POSIX/.gitignore
vendored
1
ext/POSIX/.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.inc
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/Pod-Functions/.gitignore
vendored
1
ext/Pod-Functions/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Functions.pm
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/SDBM_File/.gitignore
vendored
1
ext/SDBM_File/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
!*.c
|
||||
SDBM_File.c
|
||||
!/Makefile.PL
|
||||
|
||||
1
ext/VMS-DCLsym/.gitignore
vendored
Normal file
1
ext/VMS-DCLsym/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
ext/VMS-Stdio/.gitignore
vendored
Normal file
1
ext/VMS-Stdio/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
1
ext/Win32CORE/.gitignore
vendored
1
ext/Win32CORE/.gitignore
vendored
@ -1 +1,2 @@
|
||||
!/Win32CORE.c
|
||||
!/Makefile.PL
|
||||
|
||||
4
ext/XS-APItest/.gitignore
vendored
4
ext/XS-APItest/.gitignore
vendored
@ -1 +1,5 @@
|
||||
const-*.inc
|
||||
!/Makefile.PL
|
||||
!/core.c
|
||||
!/exception.c
|
||||
!/notcore.c
|
||||
|
||||
2
ext/XS-Typemap/.gitignore
vendored
Normal file
2
ext/XS-Typemap/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
!/Makefile.PL
|
||||
!/stdio.c
|
||||
1
ext/re/.gitignore
vendored
Normal file
1
ext/re/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!/Makefile.PL
|
||||
Loading…
x
Reference in New Issue
Block a user