list: exclude .github from unbrewed
Recently added files polluting brew ls --unbrewed results. Closes Homebrew/homebrew#49456. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
a0855fde26
commit
6b6159a858
@ -42,6 +42,7 @@ module Homebrew
|
|||||||
|
|
||||||
UNBREWED_EXCLUDE_FILES = %w[.DS_Store]
|
UNBREWED_EXCLUDE_FILES = %w[.DS_Store]
|
||||||
UNBREWED_EXCLUDE_PATHS = %w[
|
UNBREWED_EXCLUDE_PATHS = %w[
|
||||||
|
.github/*
|
||||||
bin/brew
|
bin/brew
|
||||||
lib/gdk-pixbuf-2.0/*
|
lib/gdk-pixbuf-2.0/*
|
||||||
lib/gio/*
|
lib/gio/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user