platform_build_blueprint/pathtools
Colin Cross 5d6d4c7efb Add GlobWithExcludes to pathtools
Add GlobWithExcludes, which takes a pattern and a list of exclude
patterns, and returns all files that match the pattern but do not
match any exclude patterns.

Change-Id: I8b94b3ba5a37409071b475b9a4035f52f47863f1
2015-04-29 22:31:44 -07:00
..
testdata Rewrite pathtools.Glob to track partially-matched directories 2015-04-24 11:11:15 -07:00
glob.go Add GlobWithExcludes to pathtools 2015-04-29 22:31:44 -07:00
glob_test.go Add GlobWithExcludes to pathtools 2015-04-29 22:31:44 -07:00
lists.go Replace ReplaceExtension regexp with manual string operations 2015-04-15 11:03:06 -07:00