platform_build_blueprint/pathtools/testdata
Dan Willemsen 53f4950eea Prevent glob from accessing hidden files
Hidden files are often source control related (".git", ".repo", etc) or
editor related (vim's .*.swp), so are not guaranteed to exist, and may
be temporary. The build system shouldn't be using these files by
default.

If the glob pattern explicitly uses "." at the beginning of a path
component, allow returning hidden files for that component. Because of
this behavior, non-wildcard globs remain unchanged.

The one behavior that cannot be handled anymore is including hidden
files in recursive globs.

Change-Id: I583c506e9a18ed2ff7ca011a791165d9582de90f
2016-12-19 15:17:26 -08:00
..
.test Prevent glob from accessing hidden files 2016-12-19 15:17:26 -08:00
a Rewrite pathtools.Glob to track partially-matched directories 2015-04-24 11:11:15 -07:00
b Rewrite pathtools.Glob to track partially-matched directories 2015-04-24 11:11:15 -07:00
c Rewrite pathtools.Glob to track partially-matched directories 2015-04-24 11:11:15 -07:00
.testing Prevent glob from accessing hidden files 2016-12-19 15:17:26 -08:00
d.ext Rewrite pathtools.Glob to track partially-matched directories 2015-04-24 11:11:15 -07:00
e.ext Rewrite pathtools.Glob to track partially-matched directories 2015-04-24 11:11:15 -07:00