mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +00:00
07d2994d0c
The submodule does not contain .gitignore and we produce .d and .o files in their directory :-/
20 lines
678 B
Plaintext
20 lines
678 B
Plaintext
[submodule "trezor-crypto"]
|
|
path = vendor/trezor-crypto
|
|
url = https://github.com/trezor/trezor-crypto.git
|
|
[submodule "trezor-common"]
|
|
path = vendor/trezor-common
|
|
url = https://github.com/trezor/trezor-common.git
|
|
[submodule "libopencm3"]
|
|
path = vendor/libopencm3
|
|
url = https://github.com/libopencm3/libopencm3.git
|
|
[submodule "vendor/nanopb"]
|
|
path = vendor/nanopb
|
|
url = https://github.com/nanopb/nanopb.git
|
|
[submodule "vendor/trezor-storage"]
|
|
path = vendor/trezor-storage
|
|
url = https://github.com/trezor/trezor-storage.git
|
|
[submodule "vendor/QR-Code-generator"]
|
|
path = vendor/QR-Code-generator
|
|
url = https://github.com/nayuki/QR-Code-generator.git
|
|
ignore = untracked
|