From 795ea87f80bbebf746ff08636ec09f373b8992e3 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Thu, 16 Mar 2023 16:00:57 +0100 Subject: [PATCH] add missing development files to gitignore --- .gitignore | 4 ++++ tests/tc_locate_ufcs_function/expected.txt | 1 - tests/tc_recursive_public_import/expected.txt | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 tests/tc_locate_ufcs_function/expected.txt delete mode 100644 tests/tc_recursive_public_import/expected.txt 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