Newer
Older
dub_jkp / .gitignore
  1. *.o
  2. *.obj
  3. *~
  4.  
  5. .dub
  6. .directory
  7. dub.selections.json
  8.  
  9. docs.json
  10. __dummy.html
  11.  
  12. # Ignore build files.
  13. /bin/dub
  14. /bin/__test__library-nonet__
  15. /bin/__test__library__
  16. /bin/dub-test-library
  17. /bin/libdub.a
  18. /bin/dub-*
  19. /bin/dub.*
  20.  
  21. # Ignore files or directories created by the test suite.
  22. *.exe
  23. *.log
  24.  
  25. # Ignore coverage files
  26. cov/
  27.  
  28. # Ignore auto-generated docs
  29. /docs
  30. scripts/man/dub*.1.gz
  31.  
  32. # Ignore generated files for examples
  33. /examples/generated-sources/generated-sources
  34. /examples/generated-sources/source/test.d
  35.  
  36. dub_test_root.sh.*/
  37.  
  38. test-cov-ctfe-test.lst
  39. test-unittest-cov-ctfe-source-mod.lst
  40. test-unittest-cov-ctfe-.dub-code-test-test-library-unittest-cov-ctfe-*-dub_test_root.lst
  41.  
  42. example.yaml