Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 7e731da

Browse files
committed
ignore _output directory in verify flags script
Signed-off-by: Vishnu kannan <vishnuk@google.com>
1 parent ca657ce commit 7e731da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/verify-flags-underscore.py

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def get_all_files(rootdir):
5555
# don't visit certain dirs
5656
if 'vendor' in dirs:
5757
dirs.remove('vendor')
58+
if '_output' in dirs:
59+
dirs.remove('_output')
5860
if '_gopath' in dirs:
5961
dirs.remove('_gopath')
6062
if 'third_party' in dirs:

0 commit comments

Comments
 (0)