diff options
author | Max Maischein <corion@corion.net> | 2021-02-18 21:06:00 +0100 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-04-19 16:10:26 -0600 |
commit | 78e67321f124c298bad0cd3f0958624c067825f9 (patch) | |
tree | df0ec0bf8080f546b802133d73a4151d2253b0ce /.gitignore | |
parent | 19a1a07578d585f95fec1c1ad85c1fa2c15eb1c8 (diff) | |
download | perl-78e67321f124c298bad0cd3f0958624c067825f9.tar.gz |
Ignore microperl if we build it
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4fcfe623c7..546c4b275b 100644 --- a/.gitignore +++ b/.gitignore @@ -95,15 +95,20 @@ ext.libs .exists MYMETA.* +/microperl /miniperl /perl /extra.pods /generate_uudmap +/ugenerate_uudmap /uni.data /uudmap.h +/uuudmap.h /bitcount.h +/ubitcount.h /mg_data.h +/umg_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 |