add missing development files to gitignore
This commit is contained in:
parent
24f67f3b63
commit
795ea87f80
|
@ -24,8 +24,12 @@ callgrind.*
|
||||||
tests/tc*/actual*.txt
|
tests/tc*/actual*.txt
|
||||||
stderr.txt
|
stderr.txt
|
||||||
stdout.txt
|
stdout.txt
|
||||||
|
# script-generated expected with absolute file paths
|
||||||
|
tests/tc_locate_ufcs_function/expected.txt
|
||||||
|
tests/tc_recursive_public_import/expected.txt
|
||||||
|
|
||||||
# Dub files
|
# Dub files
|
||||||
.dub
|
.dub
|
||||||
dub.selections.json
|
dub.selections.json
|
||||||
!/dub.selections.json
|
!/dub.selections.json
|
||||||
|
dcd*-test-*
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/home/davu/code/repos/vushu/DCD/tests/tc_locate_ufcs_function/barutils/barutils.d 22
|
|
|
@ -1,2 +0,0 @@
|
||||||
identifiers
|
|
||||||
world v World world /home/davu/code/repos/vushu/DCD/tests/tc_recursive_public_import/testing/a.d 77
|
|
Loading…
Reference in New Issue