Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: cfb249103fd68e03df2d26e2dc1d64703376a7b4
      
https://github.com/Perl/perl5/commit/cfb249103fd68e03df2d26e2dc1d64703376a7b4
  Author: Graham Knop <ha...@haarg.org>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M cpan/Compress-Raw-Bzip2/.gitignore
    M cpan/Compress-Raw-Zlib/.gitignore
    M cpan/DB_File/.gitignore
    A cpan/Digest-MD5/.gitignore
    A cpan/Digest-SHA/.gitignore
    M cpan/Encode/.gitignore
    A cpan/IO-Compress/.gitignore
    M cpan/IPC-SysV/.gitignore
    A cpan/Pod-Perldoc/.gitignore
    A cpan/Scalar-List-Utils/.gitignore
    M cpan/Socket/.gitignore
    M cpan/Sys-Syslog/.gitignore
    M cpan/Unicode-Collate/.gitignore
    A cpan/Win32/.gitignore
    A cpan/Win32API-File/.gitignore
    A cpan/libnet/.gitignore
    M cpan/podlators/.gitignore
    A dist/Carp/.gitignore
    M dist/Devel-PPPort/.gitignore
    A dist/ExtUtils-CBuilder/.gitignore
    M dist/IO/.gitignore
    A dist/Module-CoreList/.gitignore
    M dist/PathTools/.gitignore
    A dist/Safe/.gitignore
    A dist/Search-Dict/.gitignore
    A dist/Storable/.gitignore
    A dist/Time-HiRes/.gitignore
    M dist/Unicode-Normalize/.gitignore
    M dist/XSLoader/.gitignore
    A dist/base/.gitignore
    M dist/lib/.gitignore
    A ext/Amiga-ARexx/.gitignore
    A ext/Amiga-Exec/.gitignore
    M ext/B/.gitignore
    M ext/DynaLoader/.gitignore
    M ext/Errno/.gitignore
    M ext/Fcntl/.gitignore
    M ext/File-Glob/.gitignore
    M ext/GDBM_File/.gitignore
    A ext/Hash-Util/.gitignore
    M ext/I18N-Langinfo/.gitignore
    A ext/NDBM_File/.gitignore
    A ext/ODBM_File/.gitignore
    M ext/POSIX/.gitignore
    M ext/Pod-Functions/.gitignore
    M ext/SDBM_File/.gitignore
    A ext/VMS-DCLsym/.gitignore
    A ext/VMS-Stdio/.gitignore
    M ext/Win32CORE/.gitignore
    M ext/XS-APItest/.gitignore
    A ext/XS-Typemap/.gitignore
    A ext/re/.gitignore

  Log Message:
  -----------
  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.


  Commit: 64a5adeb5e31240827728ce1680f85b228d0ee27
      
https://github.com/Perl/perl5/commit/64a5adeb5e31240827728ce1680f85b228d0ee27
  Author: Graham Knop <ha...@haarg.org>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  remove ignore for dl_win32.xs, since it is a real file now


  Commit: 000a819b835fa94b37312989cdb3e978fbb44dc2
      
https://github.com/Perl/perl5/commit/000a819b835fa94b37312989cdb3e978fbb44dc2
  Author: Graham Knop <ha...@haarg.org>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  remove ignore for Test-Harness directory which no longer exists


  Commit: 3d07da93484dd2fdd5e62c1b6c6e7259de5fd2d1
      
https://github.com/Perl/perl5/commit/3d07da93484dd2fdd5e62c1b6c6e7259de5fd2d1
  Author: Graham Knop <ha...@haarg.org>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M .gitignore
    M ext/XS-APItest/.gitignore

  Log Message:
  -----------
  move ignore for XS-APItest into dists own gitignore


  Commit: f9ed0ee0c7d55fba25883ca27f694246ad80f296
      
https://github.com/Perl/perl5/commit/f9ed0ee0c7d55fba25883ca27f694246ad80f296
  Author: Graham Knop <ha...@haarg.org>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M .gitignore
    M ext/re/.gitignore

  Log Message:
  -----------
  move ignore for re into its own dists gitignore


  Commit: ddccb073272ae5bff8ee188205c5d51f532053c3
      
https://github.com/Perl/perl5/commit/ddccb073272ae5bff8ee188205c5d51f532053c3
  Author: Graham Knop <ha...@haarg.org>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M pod/.gitignore

  Log Message:
  -----------
  remove ignore for perlvms.pod, which is a real file now


  Commit: b6ec1e74f0bf14c7c63f249ffc348c627d764b9b
      
https://github.com/Perl/perl5/commit/b6ec1e74f0bf14c7c63f249ffc348c627d764b9b
  Author: Graham Knop <ha...@haarg.org>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  fix splittree.pl ignore to only apply to root

There is a real splittree.pl in NetWare/, which may be copied to the
root. Ignore the file in the root, but not the file in NetWare/.


  Commit: 581f869ed3f672307ccaa86023334fa0622481a4
      
https://github.com/Perl/perl5/commit/581f869ed3f672307ccaa86023334fa0622481a4
  Author: Tony Cook <t...@develop-help.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M .gitignore
    M cpan/Compress-Raw-Bzip2/.gitignore
    M cpan/Compress-Raw-Zlib/.gitignore
    M cpan/DB_File/.gitignore
    A cpan/Digest-MD5/.gitignore
    A cpan/Digest-SHA/.gitignore
    M cpan/Encode/.gitignore
    A cpan/IO-Compress/.gitignore
    M cpan/IPC-SysV/.gitignore
    A cpan/Pod-Perldoc/.gitignore
    A cpan/Scalar-List-Utils/.gitignore
    M cpan/Socket/.gitignore
    M cpan/Sys-Syslog/.gitignore
    M cpan/Unicode-Collate/.gitignore
    A cpan/Win32/.gitignore
    A cpan/Win32API-File/.gitignore
    A cpan/libnet/.gitignore
    M cpan/podlators/.gitignore
    A dist/Carp/.gitignore
    M dist/Devel-PPPort/.gitignore
    A dist/ExtUtils-CBuilder/.gitignore
    M dist/IO/.gitignore
    A dist/Module-CoreList/.gitignore
    M dist/PathTools/.gitignore
    A dist/Safe/.gitignore
    A dist/Search-Dict/.gitignore
    A dist/Storable/.gitignore
    A dist/Time-HiRes/.gitignore
    M dist/Unicode-Normalize/.gitignore
    M dist/XSLoader/.gitignore
    A dist/base/.gitignore
    M dist/lib/.gitignore
    A ext/Amiga-ARexx/.gitignore
    A ext/Amiga-Exec/.gitignore
    M ext/B/.gitignore
    M ext/DynaLoader/.gitignore
    M ext/Errno/.gitignore
    M ext/Fcntl/.gitignore
    M ext/File-Glob/.gitignore
    M ext/GDBM_File/.gitignore
    A ext/Hash-Util/.gitignore
    M ext/I18N-Langinfo/.gitignore
    A ext/NDBM_File/.gitignore
    A ext/ODBM_File/.gitignore
    M ext/POSIX/.gitignore
    M ext/Pod-Functions/.gitignore
    M ext/SDBM_File/.gitignore
    A ext/VMS-DCLsym/.gitignore
    A ext/VMS-Stdio/.gitignore
    M ext/Win32CORE/.gitignore
    M ext/XS-APItest/.gitignore
    A ext/XS-Typemap/.gitignore
    A ext/re/.gitignore
    M pod/.gitignore

  Log Message:
  -----------
  Update gitignore files to reflect files in repo


Compare: https://github.com/Perl/perl5/compare/f3476b0ffaa2...581f869ed3f6

Reply via email to