Skip to content

Commit

Permalink
added libuvcc to excludes as it’s written by slug go!
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Feb 21, 2014
1 parent a444266 commit 94495c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion license/update_license_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# choose files types to include
# choose directories to exclude from search
includes = ['*.py', '*.c']
excludes = ['.git', 'atb', 'glfw', 'src_video', 'v4l2_ctl', 'data', 'License', 'shader.py', 'vertex_buffer.py', 'gprof2dot.py','git_version.py']
excludes = ['.git', 'atb', 'glfw', 'src_video', 'v4l2_ctl', 'data', 'License', 'shader.py', 'vertex_buffer.py', 'gprof2dot.py','git_version.py','libuvcc*' ]

# transform glob patterns to regular expressions
includes = r'|'.join([fnmatch.translate(x) for x in includes])
Expand Down

0 comments on commit 94495c2

Please sign in to comment.