summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-28 21:56:01 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-29 00:17:32 +1100
commit1d90e1b565ad41892a903e757bcee51466eca37d (patch)
tree4cf3a45144d38de2805766a70b0a1b69bf79d49e /.gitignore
parent1b09674ce845667f84d566593285ef6d3c78503b (diff)
add submodule integration tests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0e905b107..84258eeee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,19 +18,21 @@ coverage.txt
# Binaries
lazygit
+lazygit.exe
# Exceptions
!.gitignore
!.goreleaser.yml
!.circleci/
!.github/
+# these are for our integration tests
+!.git_keep
+!.gitmodules_keep
test/git_server/data
test/integration/*/actual/
test/integration/*/actual_remote/
test/integration/*/used_config/
# these sample hooks waste too much space
-test/integration/*/expected/.git_keep/hooks/
-test/integration/*/expected_remote/hooks/
-!.git_keep/
-lazygit.exe
+test/integration/*/expected/**/hooks/
+test/integration/*/expected_remote/**/hooks/