Fix whitelisted headers

This commit is contained in:
Jack Nagel 2014-09-28 11:15:25 -05:00
parent 209e7137e3
commit 94c7cc4b35

View File

@ -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