Newer
Older
dub_jkp / .gitignore
*.o
*.obj
*~

.dub
.directory
dub.selections.json

docs.json
__dummy.html

# Ignore build files.
/bin/dub
/bin/__test__library-nonet__
/bin/__test__library__
/bin/dub-test-library
/bin/libdub.a
/bin/dub-*
/bin/dub.*

# Ignore files or directories created by the test suite.
*.exe
*.log

# Ignore coverage files
cov/

# Ignore auto-generated docs
/docs
scripts/man/dub*.1.gz

# Ignore generated files for examples
/examples/generated-sources/generated-sources
/examples/generated-sources/source/test.d

dub_test_root.sh.*/

test-cov-ctfe-test.lst
test-unittest-cov-ctfe-source-mod.lst
test-unittest-cov-ctfe-.dub-code-test-test-library-unittest-cov-ctfe-*-dub_test_root.lst

example.yaml