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-10-13 16:20:47 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-13 16:20:47 +0300
commit358cfcd03348dc13474ba2af937e8ff0c5f80e92 (patch)
treefcce399dd5f0bc9d41fd518afd397421279978a6 /.gitignore
parent9da983868f86690156428c516f990a3011c72e7e (diff)
gitignore: Add gitaly-lfs-smudge executable
We've recently grown a new executable "gitaly-lfs-smudge". As it hasn't been added to our gitignore file, it's currently getting displayed as ignored every time one builds Gitaly. Add the missing executable to have it be ignored.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 612c48d24..73ed47cec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
/gitaly-debug
/gitaly-git2go
/gitaly-hooks
+/gitaly-lfs-smudge
/gitaly-ssh
/gitaly-wrapper
/praefect