Skip to content

Instantly share code, notes, and snippets.

@Deracination
Last active October 11, 2017 23:46
Show Gist options
  • Save Deracination/7584a6c1dcea6525e74c2b3b917f78e5 to your computer and use it in GitHub Desktop.
Save Deracination/7584a6c1dcea6525e74c2b3b917f78e5 to your computer and use it in GitHub Desktop.
Gitignore for Perl projects
!Build/
/META.yml
/META.json
/MYMETA.*
*.o
*.pm.tdy
*.bs
# Devel::Cover
cover_db/
# Devel::NYTProf
nytprof.out
# Dist::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
# App::Prove
.prove
# vim, tmp files
*.swp
xx
yy
tmp
# local::lib
/local
/local_lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment