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>2020-04-03 16:39:17 +0300
committerJacob Vosmaer <jacob@gitlab.com>2020-04-03 16:39:17 +0300
commit0d48348dcf4f72d8a47e911f92951a2df145138c (patch)
treef645f3b5d03141e87a249cf1946716f9731a4517
parentdd34cffcdaadfb4def7c3ddf1ccf3d11ee0d95f1 (diff)
parent548bbcad747b1cff51d218f61293064056a0dcb5 (diff)
Merge branch 'sh-make-clean-fix' into 'master'
Change `make clean` to prune specific files See merge request gitlab-org/gitaly!2015
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 554e4e541..12fb7bf22 100644
--- a/Makefile
+++ b/Makefile
@@ -134,4 +134,4 @@ _build/makegen: _support/makegen.go $(BUILD_DIR)/go.mod
cd $(BUILD_DIR) && go build -o $(CURDIR)/$@ $(SOURCE_DIR)/_support/makegen.go
clean:
- git clean -fdX
+ rm -rf $(BUILD_DIR) internal/testhelper/testdata/data/ ruby/.bundle/ ruby/gitlab-shell/config.yml ruby/vendor/bundle/