aboutsummaryrefslogtreecommitdiffstats
path: root/Perl.gitignore
diff options
context:
space:
mode:
authorsshaw <skye.shaw@gmail.com>2016-12-01 21:17:56 -0500
committersshaw <skye.shaw@gmail.com>2016-12-01 22:01:25 -0500
commita6e758625a256236b1055c4635d39ba3de0e2313 (patch)
tree742dbd7c3425cd5012860178c8087e24b077c9eb /Perl.gitignore
parent2c8f625b3a60e4eadb567f85ae4ff736fb7e33cc (diff)
downloadgitignore-a6e758625a256236b1055c4635d39ba3de0e2313.tar.gz
gitignore-a6e758625a256236b1055c4635d39ba3de0e2313.zip
Annotate some of the Perl entries
Diffstat (limited to 'Perl.gitignore')
-rw-r--r--Perl.gitignore39
1 files changed, 25 insertions, 14 deletions
diff --git a/Perl.gitignore b/Perl.gitignore
index b43bb846..d41364ab 100644
--- a/Perl.gitignore
+++ b/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