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[
|
UNBREWED_EXCLUDE_PATHS = %w[
|
||||||
.github/*
|
.github/*
|
||||||
bin/brew
|
bin/brew
|
||||||
|
completions/zsh/_brew
|
||||||
|
docs/*
|
||||||
lib/gdk-pixbuf-2.0/*
|
lib/gdk-pixbuf-2.0/*
|
||||||
lib/gio/*
|
lib/gio/*
|
||||||
lib/node_modules/*
|
lib/node_modules/*
|
||||||
@ -73,13 +75,11 @@ module Homebrew
|
|||||||
lib/ruby/gems/[12].*
|
lib/ruby/gems/[12].*
|
||||||
lib/ruby/site_ruby/[12].*
|
lib/ruby/site_ruby/[12].*
|
||||||
lib/ruby/vendor_ruby/[12].*
|
lib/ruby/vendor_ruby/[12].*
|
||||||
|
manpages/brew.1
|
||||||
share/pypy/*
|
share/pypy/*
|
||||||
share/pypy3/*
|
share/pypy3/*
|
||||||
share/doc/homebrew/*
|
|
||||||
share/info/dir
|
share/info/dir
|
||||||
share/man/man1/brew.1
|
|
||||||
share/man/whatis
|
share/man/whatis
|
||||||
share/zsh/site-functions/_brew
|
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
def list_unbrewed
|
def list_unbrewed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user