aboutsummaryrefslogtreecommitdiffstats
path: root/Perl.gitignore
diff options
context:
space:
mode:
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