diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-07-20 11:08:53 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-24 09:36:11 +0200 |
commit | 020a5f5fd939288c1ef0a8336a233d1aa5c1254d (patch) | |
tree | a14088a81e3d2e12a62646533e9574c407dd3b4c /.gitignore | |
parent | f8a1725b2c30a67a3aa1346fd339bd635b6f900f (diff) | |
download | perl-020a5f5fd939288c1ef0a8336a233d1aa5c1254d.tar.gz |
Move all the "special case" build products from lib/.gitignore to .gitignore
These are all the build products that we can't programmatically infer will be
generated from extensions in ext, dist and cpan.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1107c5559f..15b3dab5c4 100644 --- a/.gitignore +++ b/.gitignore @@ -93,7 +93,29 @@ MYMETA.* /bitcount.h /mg_data.h +# Build products that we can't infer are generated by conventional extensions +# (ie all the special cases that would take more code than just adding them +# here): lib/CORE/ +lib/Config_git.pl +lib/Config_heavy.pl +lib/Config.pm +lib/Config.pod +lib/Cross.pm +lib/ExtUtils/MANIFEST.SKIP +lib/ExtUtils/xsubpp +lib/auto/ +lib/buildcustomize.pl +lib/unicore/CombiningClass.pl +lib/unicore/Decomposition.pl +lib/unicore/Heavy.pl +lib/unicore/Name.pl +lib/unicore/Name.pm +lib/unicore/TestProp.pl +lib/unicore/To/ +lib/unicore/UCD.pl +lib/unicore/lib/ +lib/unicore/mktables.lst # test byproducts ext/Test-Harness/t/ext/ |