This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move ignore for XS-APItest into dists own gitignore
authorGraham Knop <haarg@haarg.org>
Thu, 19 Nov 2020 11:07:50 +0000 (12:07 +0100)
committerTony Cook <tony@develop-help.com>
Sun, 22 Nov 2020 23:47:15 +0000 (10:47 +1100)
.gitignore
ext/XS-APItest/.gitignore

index 6b4e8b7..585dc65 100644 (file)
@@ -133,7 +133,6 @@ lib/unicore/mktables.lst
 xlib/
 
 # test byproducts
-ext/XS-APItest/APItest.bso
 t/rantests
 t/tmp*
 t/perl
index b0a0059..9bc400b 100644 (file)
@@ -1,4 +1,5 @@
 const-*.inc
+/APItest.bso
 !/Makefile.PL
 !/core.c
 !/exception.c