Skip to content

Instantly share code, notes, and snippets.

@jonasbn
Last active February 15, 2018 16:02
Show Gist options
  • Save jonasbn/8150380 to your computer and use it in GitHub Desktop.
Save jonasbn/8150380 to your computer and use it in GitHub Desktop.
My gitignore for Perl projects
!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