Skip to content

Commit a6e7586

Browse files
committed
Annotate some of the Perl entries
1 parent 2c8f625 commit a6e7586

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

Perl.gitignore

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,34 @@
1-
/blib/
2-
/.build/
3-
_build/
4-
cover_db/
5-
inc/
6-
Build
71
!Build/
8-
Build.bat
92
.last_cover_stats
10-
/Makefile
11-
/Makefile.old
12-
/MANIFEST.bak
133
/META.yml
144
/META.json
155
/MYMETA.*
16-
nytprof.out
17-
/pm_to_blib
186
*.o
197
*.bs
20-
/_eumm/
8+
9+
# Devel::Cover
10+
cover_db/
11+
12+
# Devel::NYTProf
13+
nytprof.out
14+
15+
# Dizt::Zilla
16+
/.build/
17+
18+
# Module::Build
19+
_build/
20+
Build
21+
Build.bat
22+
23+
# Module::Install
24+
inc/
25+
2126
# ExtUitls::MakeMaker
22-
/*.zip
27+
/blib/
28+
/_eumm/
2329
/*.gz
30+
/Makefile
31+
/Makefile.old
32+
/MANIFEST.bak
33+
/pm_to_blib
34+
/*.zip

0 commit comments

Comments
 (0)