diff --git a/.gitignore b/.gitignore index 77f68b9..6480df2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,8 +24,12 @@ callgrind.* tests/tc*/actual*.txt stderr.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 dub.selections.json !/dub.selections.json +dcd*-test-* diff --git a/tests/tc_locate_ufcs_function/expected.txt b/tests/tc_locate_ufcs_function/expected.txt deleted file mode 100644 index 966bec2..0000000 --- a/tests/tc_locate_ufcs_function/expected.txt +++ /dev/null @@ -1 +0,0 @@ -/home/davu/code/repos/vushu/DCD/tests/tc_locate_ufcs_function/barutils/barutils.d 22 diff --git a/tests/tc_recursive_public_import/expected.txt b/tests/tc_recursive_public_import/expected.txt deleted file mode 100644 index 3127e7d..0000000 --- a/tests/tc_recursive_public_import/expected.txt +++ /dev/null @@ -1,2 +0,0 @@ -identifiers -world v World world /home/davu/code/repos/vushu/DCD/tests/tc_recursive_public_import/testing/a.d 77