Skip to content

Commit

Permalink
Annotate some of the Perl entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Dec 2, 2016
1 parent 2c8f625 commit a6e7586
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions Perl.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a6e7586

Please sign in to comment.