Skip to content
Snippets Groups Projects
Commit 4e6990ed authored by Mike McQuaid's avatar Mike McQuaid
Browse files

list: use new exclude paths.

parent b85ee1cb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment