diff --git a/collect_res.py b/collect_res.py index ba26b801b..f85bf403a 100755 --- a/collect_res.py +++ b/collect_res.py @@ -9,7 +9,7 @@ def process_file(name): with open(name, 'rb') as f: resources[name] = f.read() -# scan generic resources +# scan common resources for res in os.scandir('src/trezor/res/'): if res.is_file(): process_file('src/trezor/res/%s' % res.name) diff --git a/src/trezor/res/.gitinit b/src/trezor/res/.gitignore similarity index 100% rename from src/trezor/res/.gitinit rename to src/trezor/res/.gitignore