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.
2 parents 6ea349e + a6e7586 commit 2b3b1f4Copy full SHA for 2b3b1f4
Perl.gitignore
@@ -1,20 +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
+
+# Devel::Cover
+cover_db/
+# Devel::NYTProf
+nytprof.out
+# Dizt::Zilla
+/.build/
+# Module::Build
+_build/
20
+Build
21
+Build.bat
22
23
+# Module::Install
24
+inc/
25
26
+# ExtUitls::MakeMaker
27
+/blib/
28
/_eumm/
29
+/*.gz
30
+/Makefile
31
+/Makefile.old
32
+/MANIFEST.bak
33
+/pm_to_blib
34
+/*.zip
0 commit comments