This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add gitignore exclusions for files in git
authorGraham Knop <haarg@haarg.org>
Thu, 19 Nov 2020 11:02:15 +0000 (12:02 +0100)
committerTony Cook <tony@develop-help.com>
Sun, 22 Nov 2020 23:47:15 +0000 (10:47 +1100)
commitcfb249103fd68e03df2d26e2dc1d64703376a7b4
treef6c12786b1354f80a460552f6b84588ff2846839
parentf3476b0ffaa20a7d90a29b4276f139e2d4e953ea
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.
52 files changed:
cpan/Compress-Raw-Bzip2/.gitignore
cpan/Compress-Raw-Zlib/.gitignore
cpan/DB_File/.gitignore
cpan/Digest-MD5/.gitignore [new file with mode: 0644]
cpan/Digest-SHA/.gitignore [new file with mode: 0644]
cpan/Encode/.gitignore
cpan/IO-Compress/.gitignore [new file with mode: 0644]
cpan/IPC-SysV/.gitignore
cpan/Pod-Perldoc/.gitignore [new file with mode: 0644]
cpan/Scalar-List-Utils/.gitignore [new file with mode: 0644]
cpan/Socket/.gitignore
cpan/Sys-Syslog/.gitignore
cpan/Unicode-Collate/.gitignore
cpan/Win32/.gitignore [new file with mode: 0644]
cpan/Win32API-File/.gitignore [new file with mode: 0644]
cpan/libnet/.gitignore [new file with mode: 0644]
cpan/podlators/.gitignore
dist/Carp/.gitignore [new file with mode: 0644]
dist/Devel-PPPort/.gitignore
dist/ExtUtils-CBuilder/.gitignore [new file with mode: 0644]
dist/IO/.gitignore
dist/Module-CoreList/.gitignore [new file with mode: 0644]
dist/PathTools/.gitignore
dist/Safe/.gitignore [new file with mode: 0644]
dist/Search-Dict/.gitignore [new file with mode: 0644]
dist/Storable/.gitignore [new file with mode: 0644]
dist/Time-HiRes/.gitignore [new file with mode: 0644]
dist/Unicode-Normalize/.gitignore
dist/XSLoader/.gitignore
dist/base/.gitignore [new file with mode: 0644]
dist/lib/.gitignore
ext/Amiga-ARexx/.gitignore [new file with mode: 0644]
ext/Amiga-Exec/.gitignore [new file with mode: 0644]
ext/B/.gitignore
ext/DynaLoader/.gitignore
ext/Errno/.gitignore
ext/Fcntl/.gitignore
ext/File-Glob/.gitignore
ext/GDBM_File/.gitignore
ext/Hash-Util/.gitignore [new file with mode: 0644]
ext/I18N-Langinfo/.gitignore
ext/NDBM_File/.gitignore [new file with mode: 0644]
ext/ODBM_File/.gitignore [new file with mode: 0644]
ext/POSIX/.gitignore
ext/Pod-Functions/.gitignore
ext/SDBM_File/.gitignore
ext/VMS-DCLsym/.gitignore [new file with mode: 0644]
ext/VMS-Stdio/.gitignore [new file with mode: 0644]
ext/Win32CORE/.gitignore
ext/XS-APItest/.gitignore
ext/XS-Typemap/.gitignore [new file with mode: 0644]
ext/re/.gitignore [new file with mode: 0644]