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-05-07 08:13:28 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-05-07 09:46:24 +0300
commiteb6fd60561cffdbb183e74456268439bad60b21c (patch)
tree17c47b26637b2517d517725a224d8505a6d34b81 /.gitignore
parent6f481026058993305a256529a405e697a9efec2c (diff)
Makefile: Stop installing binaries into source dir
The default Makefile target installs all of Gitaly's binaries into its source directory. This fact was relied on in the past, where downstream distributions used these parts to pick up correct binaries. This has since changed, and to the best of my knowledge all distributions now use binaries in the build directory. Convert the default target to the "build" target, which will install them into "_build/bin".
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 1d71a918c..8e0817d8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,3 @@
-# Top-level executables
-/gitaly
-/gitaly-backup
-/gitaly-blackbox
-/gitaly-debug
-/gitaly-git2go
-/gitaly-hooks
-/gitaly-lfs-smudge
-/gitaly-ssh
-/gitaly-wrapper
-/praefect
-
# Generic artifacts
/_build/
/*.deb