mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
list: use new exclude paths.
This commit is contained in:
parent
b85ee1cb8f
commit
4e6990ed81
@ -64,6 +64,8 @@ module Homebrew
|
||||
UNBREWED_EXCLUDE_PATHS = %w[
|
||||
.github/*
|
||||
bin/brew
|
||||
completions/zsh/_brew
|
||||
docs/*
|
||||
lib/gdk-pixbuf-2.0/*
|
||||
lib/gio/*
|
||||
lib/node_modules/*
|
||||
@ -73,13 +75,11 @@ module Homebrew
|
||||
lib/ruby/gems/[12].*
|
||||
lib/ruby/site_ruby/[12].*
|
||||
lib/ruby/vendor_ruby/[12].*
|
||||
manpages/brew.1
|
||||
share/pypy/*
|
||||
share/pypy3/*
|
||||
share/doc/homebrew/*
|
||||
share/info/dir
|
||||
share/man/man1/brew.1
|
||||
share/man/whatis
|
||||
share/zsh/site-functions/_brew
|
||||
].freeze
|
||||
|
||||
def list_unbrewed
|
||||
|
Loading…
x
Reference in New Issue
Block a user