summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-09-12 11:52:25 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-09-15 18:04:20 +0200
commitc465b0f2ff7af9bbf9a615065e95f5e4907006cb (patch)
tree978831b2e219fcd7ba27967453b33dbc84825c55 /.gitignore
parent25160b671e8a5ccd2c7ba8437c972ff0fabb136a (diff)
Rename test/results to test/_results
This prevents commands like "go test ./..." from looking into it, and it prevents VS Code's Problems panel from showing errors about the go files in that folder.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 40449fada..fad3a96f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,7 +35,7 @@ lazygit.exe
test/git_server/data
-test/results/**
+test/_results/**
oryxBuildBinary
__debug_bin