1
0
mirror of https://github.com/github/gitignore synced 2024-11-06 03:48:52 +01:00

Merge pull request #2207 from sshaw/master

Add zip and gzip extensions to Perl.gitignore
This commit is contained in:
Brendan Forster 2016-12-02 22:10:49 +11:00 committed by GitHub
commit 2b3b1f428f

View File

@ -1,20 +1,34 @@
/blib/
/.build/
_build/
cover_db/
inc/
Build
!Build/ !Build/
Build.bat
.last_cover_stats .last_cover_stats
/Makefile
/Makefile.old
/MANIFEST.bak
/META.yml /META.yml
/META.json /META.json
/MYMETA.* /MYMETA.*
nytprof.out
/pm_to_blib
*.o *.o
*.bs *.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/ /_eumm/
/*.gz
/Makefile
/Makefile.old
/MANIFEST.bak
/pm_to_blib
/*.zip