Commit 999c9677 authored by Mike Danese's avatar Mike Danese

ignore BUILD in the flags-underscore.py validation

parent b250a880
...@@ -67,6 +67,8 @@ def get_all_files(rootdir): ...@@ -67,6 +67,8 @@ def get_all_files(rootdir):
dirs.remove('.git') dirs.remove('.git')
if '.make' in dirs: if '.make' in dirs:
dirs.remove('.make') dirs.remove('.make')
if 'BUILD' in files:
files.remove('BUILD')
if 'exceptions.txt' in files: if 'exceptions.txt' in files:
files.remove('exceptions.txt') files.remove('exceptions.txt')
if 'known-flags.txt' in files: if 'known-flags.txt' in files:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment