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