aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-09-19 14:09:01 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-09-19 14:10:38 -0700
commit5b003148680fafe3574741a4003f3e8e68c0a6fa (patch)
treeed61cb630b3adad136a41e564c641aff72ce21ff /tool
parent7d306d55ce4335cc54716367010c0e9db563ec28 (diff)
downloadruby-5b003148680fafe3574741a4003f3e8e68c0a6fa.tar.gz
Ignore JRuby extension sync
Avoid alerting on failing with commits like https://github.com/ruby/psych/commit/fb97d899c5a62b743159d5a3c77b0813d2cbf9b6
Diffstat (limited to 'tool')
-rwxr-xr-xtool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index e425965042..5f8a73448e 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -437,6 +437,7 @@ module SyncDefaultGems
[^/]+ # top-level entries
|\.git.*
|bin/.*
+ |ext/.*\.java
|rakelib/.*
|test/(?:lib|fixtures)/.*
|tool/.*