瀏覽代碼

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).
pull/2153/head
brian d foy 7 年之前
父節點
當前提交
d8776bf259
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      Perl6.gitignore

+ 7
- 0
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


Loading…
取消
儲存