Whitelist more MacFuse headers

I think this is all of them.
This commit is contained in:
Jack Nagel 2014-09-30 19:06:23 -05:00
parent 54d0043771
commit 49d48a36a3

View File

@ -184,7 +184,8 @@ end
def check_for_stray_headers
white_list = [
"macfuse/**/*.h", # MacFuse
"fuse/**/*.h", # MacFuse
"macfuse/**/*.h", # OSXFuse MacFuse compatibility layer
"osxfuse/**/*.h", # OSXFuse
]