1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

vendor: add ignore=untracked to QR code generator submodule

The submodule does not contain .gitignore and we produce .d and .o
files in their directory :-/
This commit is contained in:
Pavol Rusnak 2019-02-17 19:16:35 +01:00
parent 79e9ae28b7
commit 07d2994d0c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

1
.gitmodules vendored
View File

@ -16,3 +16,4 @@
[submodule "vendor/QR-Code-generator"]
path = vendor/QR-Code-generator
url = https://github.com/nayuki/QR-Code-generator.git
ignore = untracked