.gitignore 384 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. !Build/
  2. .last_cover_stats
  3. /META.yml
  4. /META.json
  5. /MYMETA.*
  6. *.o
  7. *.pm.tdy
  8. *.bs
  9. # Devel::Cover
  10. cover_db/
  11. # Devel::NYTProf
  12. nytprof.out
  13. # Dizt::Zilla
  14. /.build/
  15. /Net-OpenSSH-More-*
  16. # Module::Build
  17. _build/
  18. Build
  19. Build.bat
  20. # Module::Install
  21. inc/
  22. # ExtUtils::MakeMaker
  23. /blib/
  24. /_eumm/
  25. /*.gz
  26. /Makefile
  27. /Makefile.old
  28. /MANIFEST.bak
  29. /pm_to_blib
  30. /*.zip
  31. #vim
  32. *.swp
  33. *.swo
  34. *.swn
  35. # macos
  36. .DS_store