Newer
Older
dub_jkp / .gitignore
@Sönke Ludwig Sönke Ludwig on 17 Nov 2022 676 bytes Revert "Remove Vibe.d HTTP support / library-nonet"
  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.  
  20. # Ignore files or directories created by the test suite.
  21. *.exe
  22. *.log
  23.  
  24. # Ignore coverage files
  25. cov/
  26.  
  27. # Ignore auto-generated docs
  28. /docs
  29. scripts/man/dub*.1.gz
  30.  
  31. # Ignore generated files for examples
  32. /examples/generated-sources/generated-sources
  33. /examples/generated-sources/source/test.d
  34.  
  35. dub_test_root.sh.*/
  36.  
  37. test-cov-ctfe-test.lst
  38. test-unittest-cov-ctfe-source-mod.lst
  39. test-unittest-cov-ctfe-.dub-code-test-test-library-unittest-cov-ctfe-*-dub_test_root.lst
  40.  
  41. example.yaml