summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-23 13:43:46 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-08-23 13:43:47 -0700
commitc6a07cc33fee26b03afa20d3e94e9332e09a2d07 (patch)
tree8adc552147af19632d77d0578f04a7d6b033d896 /tool/sync_default_gems.rb
parenteb795b0325c96c88e05f765d7ea015b220471a93 (diff)
Ignore more files for other gems as well
e.g. bin/ for reline that was included in its last commit.
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/sync_default_gems.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 4667f4919f..5c4cb0ae13 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -432,14 +432,14 @@ module SyncDefaultGems
|\.git.*
|[A-Z]\w+file
|COPYING
+ |Gemfile.lock
+ |bin\/.*
|rakelib\/.*
|test\/lib\/.*
)\z/mx
YARP_IGNORE_FILE_PATTERN =
/\A(?:Makefile\.in
- |Gemfile.lock
- |bin\/.*
|configure\.ac
|rust\/.*
|tasks\/.*