19 lines
299 B
Plaintext
19 lines
299 B
Plaintext
|
# ---> Raku
|
||
|
# Gitignore for Raku (https://raku.org)
|
||
|
# As part of https://github.com/github/gitignore
|
||
|
|
||
|
# precompiled files
|
||
|
.precomp
|
||
|
lib/.precomp
|
||
|
|
||
|
|
||
|
# ---> Perl6
|
||
|
# Gitignore for Perl 6 (http://www.perl6.org)
|
||
|
# As part of https://github.com/github/gitignore
|
||
|
|
||
|
# precompiled files
|
||
|
.precomp
|
||
|
lib/.precomp
|
||
|
|
||
|
|