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:
-rw-r--r--.gitignore1
-rw-r--r--Makefile3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3659a9723..c372f1e97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,5 @@
# Configuration and runtime data
/config.mak
+/config_generated.mak
/*.toml
diff --git a/Makefile b/Makefile
index c6ccee7d1..16520b690 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
# Makefile for Gitaly
+# Generated automatically
+-include config_generated.mak
+
# You can override options by creating a "config.mak" file in Gitaly's root
# directory.
-include config.mak