mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
Ignore more files for other gems as well
e.g. bin/ for reline that was included in its last commit.
This commit is contained in:
parent
eb795b0325
commit
c6a07cc33f
1 changed files with 2 additions and 2 deletions
|
@ -432,14 +432,14 @@ module SyncDefaultGems
|
||||||
|\.git.*
|
|\.git.*
|
||||||
|[A-Z]\w+file
|
|[A-Z]\w+file
|
||||||
|COPYING
|
|COPYING
|
||||||
|
|Gemfile.lock
|
||||||
|
|bin\/.*
|
||||||
|rakelib\/.*
|
|rakelib\/.*
|
||||||
|test\/lib\/.*
|
|test\/lib\/.*
|
||||||
)\z/mx
|
)\z/mx
|
||||||
|
|
||||||
YARP_IGNORE_FILE_PATTERN =
|
YARP_IGNORE_FILE_PATTERN =
|
||||||
/\A(?:Makefile\.in
|
/\A(?:Makefile\.in
|
||||||
|Gemfile.lock
|
|
||||||
|bin\/.*
|
|
||||||
|configure\.ac
|
|configure\.ac
|
||||||
|rust\/.*
|
|rust\/.*
|
||||||
|tasks\/.*
|
|tasks\/.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue