We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8f625 commit a6e7586Copy full SHA for a6e7586
Perl.gitignore
@@ -1,23 +1,34 @@
1
-/blib/
2
-/.build/
3
-_build/
4
-cover_db/
5
-inc/
6
-Build
7
!Build/
8
-Build.bat
9
.last_cover_stats
10
-/Makefile
11
-/Makefile.old
12
-/MANIFEST.bak
13
/META.yml
14
/META.json
15
/MYMETA.*
16
-nytprof.out
17
-/pm_to_blib
18
*.o
19
*.bs
20
-/_eumm/
+
+# Devel::Cover
+cover_db/
+# Devel::NYTProf
+nytprof.out
+# Dizt::Zilla
+/.build/
+# Module::Build
+_build/
+Build
21
+Build.bat
22
23
+# Module::Install
24
+inc/
25
26
# ExtUitls::MakeMaker
-/*.zip
27
+/blib/
28
+/_eumm/
29
/*.gz
30
+/Makefile
31
+/Makefile.old
32
+/MANIFEST.bak
33
+/pm_to_blib
34
+/*.zip
0 commit comments