ソースを参照

Annotate some of the Perl entries

sshaw 8 年 前
コミット
a6e758625a
1 ファイル変更25 行追加14 行削除
  1. 25 14
      Perl.gitignore

+ 25 - 14
Perl.gitignore

@@ -1,23 +1,34 @@
-/blib/
-/.build/
-_build/
-cover_db/
-inc/
-Build
 !Build/
-Build.bat
 .last_cover_stats
-/Makefile
-/Makefile.old
-/MANIFEST.bak
 /META.yml
 /META.json
 /MYMETA.*
-nytprof.out
-/pm_to_blib
 *.o
 *.bs
-/_eumm/
+
+# Devel::Cover
+cover_db/
+
+# Devel::NYTProf
+nytprof.out
+
+# Dizt::Zilla
+/.build/
+
+# Module::Build
+_build/
+Build
+Build.bat
+
+# Module::Install
+inc/
+
 # ExtUitls::MakeMaker
-/*.zip
+/blib/
+/_eumm/
 /*.gz
+/Makefile
+/Makefile.old
+/MANIFEST.bak
+/pm_to_blib
+/*.zip