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:
authorToon Claes <toon@gitlab.com>2023-07-25 15:35:25 +0300
committerToon Claes <toon@gitlab.com>2023-07-26 10:27:33 +0300
commit4307e445d5a452e027baef221694776b07771373 (patch)
tree2ab65e571b7df6a77af2e8161b72324e143eae12 /.gitignore
parent664e4dce39d36fe22d6233431a2f36916fc37ead (diff)
Makefile: Remove cleanup of ruby/
We deleted a bunch of files and directories related to the Ruby sidecar, but some of them were mentioned in .gitignore. This caused git to never remove them. For that reason we introduced a target `clean-ruby` which was called by `build` and `clean` to make sure these files get deleted some way or the other. Because that target has been around for a couple of releases now, it should have done it's duty, and it's safe to retire it. Milestone: 16.3 Label: maintenance::removal
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 96b6da189..ad90b3567 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,11 +2,6 @@
/_build/
/*.deb
-# Ruby build artifacts. (Keep these around until 16.1)
-/.ruby-bundle
-/ruby/vendor/bundle
-/ruby/.bundle
-
# Gem build artifacts
/gitaly-*.gem