Skip to content

Commit d8776bf

Browse files
committed
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).
1 parent 3cb9446 commit d8776bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Perl6.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Gitignore for Perl 6 (http://www.perl6.org)
2+
# As part of https://github.com/github/gitignore
3+
4+
# precompiled files
5+
.precomp
6+
lib/.precomp
7+

0 commit comments

Comments
 (0)