Whitelist fuse pc files too
This commit is contained in:
parent
49d48a36a3
commit
95ec1650f4
@ -153,6 +153,8 @@ def check_for_stray_pcs
|
|||||||
# Package-config files which are generally OK should be added to this list,
|
# Package-config files which are generally OK should be added to this list,
|
||||||
# with a short description of the software they come with.
|
# with a short description of the software they come with.
|
||||||
white_list = [
|
white_list = [
|
||||||
|
"fuse.pc", # OSXFuse/MacFuse
|
||||||
|
"macfuse.pc", # OSXFuse MacFuse compatibility layer
|
||||||
"osxfuse.pc", # OSXFuse
|
"osxfuse.pc", # OSXFuse
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user