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>2021-02-25 10:23:04 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-02-25 10:24:02 +0300
commit35b8e2c346fdc619f922eed41da0599a9892de10 (patch)
tree954dfd46844d4eb790aa2065edf49a0ebf5a39b9 /.gitignore
parent3eca6ee16a88018be1d6c56aa5b715a260974496 (diff)
gitignore: Ignore config.mak build configuration
Users can nowadays configure some aspects of Gitaly's Makefile by writing into a config.mak. The file isn't ignored by git though. Add it to keep git from labelling it as untracked file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 712d8c1e4..5998266d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,4 +21,5 @@
/gitaly-*.gem
# Configuration and runtime data
+/config.mak
/*.toml