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:
authorJacob Vosmaer <jacob@gitlab.com>2019-11-12 20:24:53 +0300
committerJohn Cai <jcai@gitlab.com>2019-11-12 20:24:53 +0300
commita64160e30bb7ea1e85e6109100f180bcefd7f9e6 (patch)
treec35fc51b21e8a0d145251b3032ccaf4684cc2f8d
parentc8942e35aef1da6a96116489e1dbb4d0384e1f04 (diff)
Ignore log file created by gitaly-hooks tests
-rw-r--r--cmd/gitaly-hooks/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/gitaly-hooks/.gitignore b/cmd/gitaly-hooks/.gitignore
index 084737248..dcb3b7015 100644
--- a/cmd/gitaly-hooks/.gitignore
+++ b/cmd/gitaly-hooks/.gitignore
@@ -1,2 +1,3 @@
testdata/gitaly-libexec
-testdata/tempfile \ No newline at end of file
+testdata/tempfile
+*.log