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-03-14 12:19:16 +0300
committerToon Claes <toon@gitlab.com>2023-05-03 16:45:22 +0300
commit689556e70a14e189579e9a0c8daebaa2a25ce5f3 (patch)
tree63966c12fe3a8dc2a1074a786b6fd2e3d9922e6b /.gitignore
parentda9aed3fa5fed505898e09126ee97b34ed7fccd7 (diff)
ruby: Remove all Ruby code
This change removes the last remaining bits of Ruby code. Because some of the files in the ruby/ subdir are mentioned in the .gitignore we add a target `clean-ruby` that removes these files. We call this target from a few other targets, so everyone's clone gets cleaned up when they build Gitaly. We can delete these targets in 16.1.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3659a9723..96b6da189 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,12 @@
/_build/
/*.deb
-# Ruby build artifacts
+# Ruby build artifacts. (Keep these around until 16.1)
/.ruby-bundle
/ruby/vendor/bundle
/ruby/.bundle
+
+# Gem build artifacts
/gitaly-*.gem
# Configuration and runtime data