Files
mixer-tools/helpers
Icarus Sparry d5114b6010 Ignore filenames starting with '.'
Previously the code was using ioutils.ReadDir which does a stat call
on every file, but none of the code required the results of the stat
calls, just the names.

In addition programs such as git would like to hold information in the
directories. The usual unix way to do this is to have filenames
beginning with '.', and these are ignored by default by things such as
shell globbing and the ls program.

fixes #269

Signed-off-by: Icarus Sparry <icarus.w.sparry@intel.com>
2018-05-02 16:51:12 -07:00
..
2018-05-02 16:51:12 -07:00