list: exclude pypy from unbrewed
Excludes the PyPy paths from the unbrewed list, since we do the same with Python. Closes Homebrew/homebrew#38399.
This commit is contained in:
parent
828125f4ca
commit
6370ccf9a8
@ -34,6 +34,10 @@ module Homebrew
|
||||
lib/gio/*
|
||||
lib/node_modules/*
|
||||
lib/python[23].[0-9]/*
|
||||
lib/pypy/*
|
||||
lib/pypy3/*
|
||||
share/pypy/*
|
||||
share/pypy3/*
|
||||
share/doc/homebrew/*
|
||||
share/info/dir
|
||||
share/man/man1/brew.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user