cmd/--prefix: ignore shared-mime-info and mactex

The shared-mime-info formula and the mactex cask currently install into
locations that are picked up by `brew --prefix --unbrewed`. This leads
to a very large number of files being found.

Before:
```
❯ brew --prefix --unbrewed | wc -l
206735
```

After
```
❯ brew --prefix --unbrewed | wc -l
3
```
This commit is contained in:
Carlo Cabrera 2021-02-02 17:33:54 +00:00
parent 55f1bb7008
commit 7dd69d2c94
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -88,6 +88,8 @@ module Homebrew
share/pypy3/* share/pypy3/*
share/info/dir share/info/dir
share/man/whatis share/man/whatis
share/mime/*
texlive/*
].freeze ].freeze
def list_unbrewed def list_unbrewed