Fix whitelisted headers
This commit is contained in:
parent
209e7137e3
commit
94c7cc4b35
@ -184,8 +184,8 @@ end
|
|||||||
|
|
||||||
def check_for_stray_headers
|
def check_for_stray_headers
|
||||||
white_list = [
|
white_list = [
|
||||||
"macfuse/*", # MacFuse
|
"macfuse/**/*.h", # MacFuse
|
||||||
"osxfuse/*", # OSXFuse
|
"osxfuse/**/*.h", # OSXFuse
|
||||||
]
|
]
|
||||||
|
|
||||||
__check_stray_files "/usr/local/include", "**/*.h", white_list, <<-EOS.undent
|
__check_stray_files "/usr/local/include", "**/*.h", white_list, <<-EOS.undent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user