summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-07 22:09:39 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-11 21:24:15 +1000
commit77881a9c7d24bb11bc74abff35d94397fd4ccb67 (patch)
tree353a64958a3d55b82ee4326896705b61f06cca3e /.gitignore
parentc7f9d5801bd1a64c40102764b5aadae7620ad5ec (diff)
add new integration test pattern
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f5ba66f88..e9ed453a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,11 +33,19 @@ lazygit.exe
!.gitmodules_keep
test/git_server/data
+
+# we'll scrap these lines once we've fully moved over to the new integration test approach
test/integration/*/actual/
test/integration/*/used_config/
# these sample hooks waste too much space
test/integration/*/expected/**/hooks/
test/integration/*/expected_remote/**/hooks/
+test/integration_new/**/actual/
+test/integration_new/**/used_config/
+# these sample hooks waste too much space
+test/integration_new/**/expected/**/hooks/
+test/integration_new/**/expected_remote/**/hooks/
+
oryxBuildBinary
-__debug_bin \ No newline at end of file
+__debug_bin