.gitignore 476 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. /Selenium-Specification-*
  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. # Drivers
  36. geckodriver
  37. chromedriver
  38. geckodriver.exe
  39. chromedriver.exe
  40. msedgedriver.exe
  41. # macos
  42. .DS_store