Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-11-11 15:16:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-11-11 16:18:32 +0300
commit126edf20658456c0ca758435ce5adad6240e41a7 (patch)
treed39031303656dacb9edadd1c68de42cf31b887e3 /.gitignore
parent506c44cc07dcb804ce970ec1c02bb6e0d52320d8 (diff)
gitignore: Ignore gitlab-shell data created by tests
We've got some tests which set up gitlab-shell, which includes both writing a config file as well as writing the secret. We typically do so in the respective test's testdata directory, but that directory isn't generally ignored by our gitignore. Naturally enough, there's been a file which has been added by accident. Furthermore, we still have two gitkeep files around for the hooks directy, which isn't used anymore today. This commit thus removes all `testdata/gitlab-shell` files and adds it to our gitignore. The testdirectory is now created ad-hoc.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ba024eabd..7c6b00486 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@
/internal/testhelper/testdata/data
/**/testdata/gitaly-libexec
/**/testdata/log
+/**/testdata/**/gitlab-shell/
# Configuration and runtime data
/*.toml