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:
Graham Knop 2020-11-19 12:02:15 +01:00 committed by Tony Cook
parent f3476b0ffa
commit cfb249103f
52 changed files with 65 additions and 1 deletions

View File

@ -3,3 +3,4 @@
/constants.h
/constants.xs
!/bzip2-src/*.c
!/Makefile.PL

View File

@ -1 +1,4 @@
constants.*
!/zlib-src/*.c
!/Makefile.PL
/constants.h
/constants.xs

View File

@ -1,3 +1,5 @@
!/version.c
/constants.*
*.bak
!/Makefile.PL
!/src/*.c

1
cpan/Digest-MD5/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

2
cpan/Digest-SHA/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
!/Makefile.PL
!/src/*.c

View File

@ -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
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -1 +1,2 @@
*.inc
!/Makefile.PL

1
cpan/Pod-Perldoc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
cpan/Scalar-List-Utils/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -1 +1,2 @@
*.inc
!/Makefile.PL

View File

@ -10,3 +10,5 @@ Syslog.c
Syslog.o
blib/
pm_to_blib
!/Makefile.PL
!/fallback/*.inc

View File

@ -1 +1,2 @@
*.h
!/Makefile.PL

1
cpan/Win32/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
cpan/Win32API-File/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
cpan/libnet/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -18,3 +18,4 @@
/podlators-*.tar.gz.asc
/scripts/pod2man
/scripts/pod2text
!/Makefile.PL

1
dist/Carp/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -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
View File

@ -0,0 +1 @@
!/Makefile.PL

1
dist/IO/.gitignore vendored
View File

@ -1 +1,2 @@
!/poll.c
!/Makefile.PL

1
dist/Module-CoreList/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -1,2 +1,3 @@
/Cwd.c
/Cwd.bs
!/Makefile.PL

1
dist/Safe/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
dist/Search-Dict/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
dist/Storable/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
dist/Time-HiRes/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -1 +1,2 @@
*.h
!/Makefile.PL

View File

@ -1 +1,2 @@
/XSLoader.pm
!/Makefile.PL

1
dist/base/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
dist/lib/.gitignore vendored
View File

@ -1 +1,2 @@
/lib.pm
!/Makefile.PL

1
ext/Amiga-ARexx/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
ext/Amiga-Exec/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
ext/B/.gitignore vendored
View File

@ -1,3 +1,4 @@
defsubs.h
const-c.inc
const-xs.inc
!/Makefile.PL

View File

@ -1,3 +1,4 @@
!/dlutils.c
/DynaLoader.pm
/DynaLoader.xs
!/Makefile.PL

View File

@ -1,2 +1,3 @@
/Errno.pm
/arch.txt
!/Makefile.PL

View File

@ -1 +1,2 @@
*.inc
!/Makefile.PL

View File

@ -1 +1,3 @@
*.inc
!/Makefile.PL
!/bsd_glob.c

View File

@ -1 +1,2 @@
const-*.inc
!/Makefile.PL

1
ext/Hash-Util/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -1 +1,2 @@
*.inc
!/Makefile.PL

1
ext/NDBM_File/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
ext/ODBM_File/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -1 +1,2 @@
*.inc
!/Makefile.PL

View File

@ -1 +1,2 @@
/Functions.pm
!/Makefile.PL

View File

@ -1,2 +1,3 @@
!*.c
SDBM_File.c
!/Makefile.PL

1
ext/VMS-DCLsym/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

1
ext/VMS-Stdio/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL

View File

@ -1 +1,2 @@
!/Win32CORE.c
!/Makefile.PL

View File

@ -1 +1,5 @@
const-*.inc
!/Makefile.PL
!/core.c
!/exception.c
!/notcore.c

2
ext/XS-Typemap/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
!/Makefile.PL
!/stdio.c

1
ext/re/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/Makefile.PL