Newer
Older
dub_jkp / .gitignore
  1. *.o
  2. *.obj
  3. *.pdb
  4. *~
  5.  
  6. # Unknown hidden files
  7. .*
  8. !.gitignore
  9. !/.github
  10. !/.editorconfig
  11. !/.codecov.yml
  12.  
  13. # Unknown script files
  14. /*.sh
  15. /*.bat
  16. /*.cmd
  17. !/build.cmd
  18. !/build.sh
  19.  
  20. # dub generation files
  21. dub.selections.json
  22. docs.json
  23. __dummy.html
  24.  
  25. # Ignore build files.
  26. /bin/dub
  27. /bin/__test__library-nonet__
  28. /bin/__test__library__
  29. /bin/dub-test-library
  30. /bin/libdub.a
  31. /bin/dub-*
  32. /bin/dub.*
  33.  
  34. # Ignore files or directories created by the test suite.
  35. *.exe
  36. *.lib
  37. *.log
  38. /test/*/*
  39. /test/*.*
  40. !/test/*.d
  41. !/test/*.d.min_frontend
  42. !/test/*.sh
  43. !/test/*.sh.min_frontend
  44. !/test/*/.no_*
  45. !/test/*/.min_frontend
  46. !/test/*/.fail_build
  47. !/test/*/dub.json
  48. !/test/*/dub.sdl
  49. !/test/*/dub.settings.json
  50. !/test/*/source/
  51. !/test/*/src/
  52.  
  53. # Ignore coverage files
  54. cov/
  55.  
  56. # Ignore auto-generated docs
  57. /docs
  58. scripts/man/dub*.1.gz
  59.  
  60. # Ignore generated files for examples
  61. /examples/generated-sources/generated-sources
  62. /examples/generated-sources/source/test.d
  63.  
  64. dub_test_root.sh.*/
  65.  
  66. test-cov-ctfe-test.lst
  67. test-unittest-cov-ctfe-source-mod.lst
  68. test-unittest-cov-ctfe-.dub-code-test-test-library-unittest-cov-ctfe-*-dub_test_root.lst
  69.  
  70. example.yaml