mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix the regexp list for ignore list
This commit is contained in:
parent
7c0c1c3e46
commit
347c3b3083
1 changed files with 1 additions and 2 deletions
|
@ -359,9 +359,8 @@ IGNORE_FILE_PATTERN =
|
|||
|\.git.*
|
||||
|[A-Z]\w+file
|
||||
|COPYING
|
||||
)\z|
|
||||
|rakelib\/
|
||||
/x
|
||||
)\z/x
|
||||
|
||||
def message_filter(repo, sha)
|
||||
log = STDIN.read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue