mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	ignore _output directory in verify flags script
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
		@@ -55,6 +55,8 @@ def get_all_files(rootdir):
 | 
				
			|||||||
        # don't visit certain dirs
 | 
					        # don't visit certain dirs
 | 
				
			||||||
        if 'vendor' in dirs:
 | 
					        if 'vendor' in dirs:
 | 
				
			||||||
            dirs.remove('vendor')
 | 
					            dirs.remove('vendor')
 | 
				
			||||||
 | 
					        if '_output' in dirs:
 | 
				
			||||||
 | 
					            dirs.remove('_output')
 | 
				
			||||||
        if '_gopath' in dirs:
 | 
					        if '_gopath' in dirs:
 | 
				
			||||||
            dirs.remove('_gopath')
 | 
					            dirs.remove('_gopath')
 | 
				
			||||||
        if 'third_party' in dirs:
 | 
					        if 'third_party' in dirs:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user