Ignore hidden files in directories
authorFlavio Percoco <flaper87@gmail.com>
Fri, 13 Jan 2017 13:09:00 +0000 (14:09 +0100)
committerFlavio Percoco <flaper87@gmail.com>
Mon, 23 Jan 2017 13:01:08 +0000 (14:01 +0100)
commit5fbe0c5249d89927fe195581f8c3591df03043ac
tree161b2b73a8d326ccb550d9226a524c3317508625
parentfa45e05f5095dabfcb1a8de396b8281b026c13b8
Ignore hidden files in directories

Don't walk through hidden files. This avoids going through the .git,
.tox and other hidden directories that we don't care about.

Change-Id: I34b83229775d221299c8b572a7049175debac99d
tools/process-templates.py