From: Juan Julián Merelo Guervós Date: Wed, 19 Feb 2020 18:10:09 +0000 (+0100) Subject: Changes the name of Perl 6 to Raku (#3312) X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=111cf18136ea2c725f6cc9bf09b50dd1ed987578;p=gitignore.git Changes the name of Perl 6 to Raku (#3312) Since October 2019, Raku is the name of the language formerly known as Perl 6. This reflects the change. It's the same language, so changes are mostly cosmetic. --- diff --git a/Perl6.gitignore b/Perl6.gitignore deleted file mode 100644 index 7b2c018a..00000000 --- a/Perl6.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# Gitignore for Perl 6 (http://www.perl6.org) -# As part of https://github.com/github/gitignore - -# precompiled files -.precomp -lib/.precomp - diff --git a/Raku.gitignore b/Raku.gitignore new file mode 100644 index 00000000..e792f6e4 --- /dev/null +++ b/Raku.gitignore @@ -0,0 +1,7 @@ +# Gitignore for Raku (https://raku.org) +# As part of https://github.com/github/gitignore + +# precompiled files +.precomp +lib/.precomp +