This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Generate lib/.gitignore from MANIFEST.
authorNicholas Clark <nick@ccl4.org>
Sat, 20 Jul 2013 10:50:21 +0000 (12:50 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 24 Jul 2013 07:36:11 +0000 (09:36 +0200)
commite275ec0ef0d02006b4a792a1b346696f49808284
tree0a744e0a9643673bc733b13dce9cb366507bb995
parente206599ac5717a273d976ec79a65f25cf6246226
Generate lib/.gitignore from MANIFEST.

It's possible to programmatically determine almost all the files and
directories which will be created in lib/ by building the extensions.
Hence add a new script regen/lib_cleanup.pl to do this.

This saves having to manually update lib/.gitignore to reflect changes in
the build products of extensions, which has become a small but reoccurring
instance of scut-work.
MANIFEST
lib/.gitignore
regen/lib_cleanup.pl [new file with mode: 0644]