aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Phillips2016-02-23 11:55:36 -0800
committerBaptiste Fontaine2016-02-23 22:39:14 +0100
commit6b6159a858009b6d82b858830533a4a3ce135a28 (patch)
treef03708a0c09544884df03b913b7d7c92505f1265
parenta0855fde264786e5f13169a5e22321793ec1effd (diff)
downloadbrew-6b6159a858009b6d82b858830533a4a3ce135a28.tar.bz2
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>
-rw-r--r--Library/Homebrew/cmd/list.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb
index 3f1909afb..5ab05b1c8 100644
--- a/Library/Homebrew/cmd/list.rb
+++ b/Library/Homebrew/cmd/list.rb
@@ -42,6 +42,7 @@ module Homebrew
UNBREWED_EXCLUDE_FILES = %w[.DS_Store]
UNBREWED_EXCLUDE_PATHS = %w[
+ .github/*
bin/brew
lib/gdk-pixbuf-2.0/*
lib/gio/*