Browse Source

Merge pull request #2207 from sshaw/master

Add zip and gzip extensions to Perl.gitignore
pull/2208/head
Brendan Forster 7 years ago
parent
commit
2b3b1f428f
1 changed files with 26 additions and 12 deletions
  1. 26
    12
      Perl.gitignore

+ 26
- 12
Perl.gitignore View File

@@ -1,20 +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

# Devel::Cover
cover_db/

# Devel::NYTProf
nytprof.out

# Dizt::Zilla
/.build/

# Module::Build
_build/
Build
Build.bat

# Module::Install
inc/

# ExtUitls::MakeMaker
/blib/
/_eumm/
/*.gz
/Makefile
/Makefile.old
/MANIFEST.bak
/pm_to_blib
/*.zip

Loading…
Cancel
Save