Last active
February 15, 2018 16:02
-
-
Save jonasbn/8150380 to your computer and use it in GitHub Desktop.
My gitignore for Perl projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!Build/ | |
.last_cover_stats | |
/META.yml | |
/META.json | |
/MYMETA.* | |
*.o | |
*.pm.tdy | |
*.bs | |
MANIFEST | |
*.tar | |
*.gz | |
pm_to_blib | |
Build.bat | |
blib/ | |
.build/ | |
_build/ | |
# 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 | |
# MacOS files | |
.DS_Store | |
# Carton files | |
local/ | |
# Sublime Text files | |
*.sublime-project | |
*.sublime-workspace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment