From 402f526306081039742bb6497415b26c9a665476 Mon Sep 17 00:00:00 2001 From: Vadim Belman Date: Sun, 25 Aug 2019 18:41:25 -0400 Subject: [PATCH] Fix outdated .gitignore files Remove parrot extension, add moarvm and jar --- blib/Perl6/.gitignore | 8 ++++---- blib/Perl6/BOOTSTRAP/.gitignore | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/blib/Perl6/.gitignore b/blib/Perl6/.gitignore index d0bc7d98446..de5b22d8652 100644 --- a/blib/Perl6/.gitignore +++ b/blib/Perl6/.gitignore @@ -1,5 +1,5 @@ # Don't remove this file and dir. -# They are needed to host the bytecode files during the build process -for any VM. -*.pbc -*.class \ No newline at end of file +# They are needed to host the bytecode files during the build process for any VM. +*.moarvm +*.class +*.jar diff --git a/blib/Perl6/BOOTSTRAP/.gitignore b/blib/Perl6/BOOTSTRAP/.gitignore index d0bc7d98446..de5b22d8652 100644 --- a/blib/Perl6/BOOTSTRAP/.gitignore +++ b/blib/Perl6/BOOTSTRAP/.gitignore @@ -1,5 +1,5 @@ # Don't remove this file and dir. -# They are needed to host the bytecode files during the build process -for any VM. -*.pbc -*.class \ No newline at end of file +# They are needed to host the bytecode files during the build process for any VM. +*.moarvm +*.class +*.jar