From d8776bf259fc6ee3ffbb227ab3a00c1bed49ac56 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 25 Oct 2016 23:19:42 -0400 Subject: [PATCH] A new template for Perl 6 http://www.perl6.org Just a start. Perl 6 creates these directories to store pre-compiled versions of modules. Perl 6 doesn't have a gitignore template yet, and it doesn't use the same build and installation system as Perl (5). --- Perl6.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Perl6.gitignore diff --git a/Perl6.gitignore b/Perl6.gitignore new file mode 100644 index 00000000..7b2c018a --- /dev/null +++ b/Perl6.gitignore @@ -0,0 +1,7 @@ +# Gitignore for Perl 6 (http://www.perl6.org) +# As part of https://github.com/github/gitignore + +# precompiled files +.precomp +lib/.precomp +