1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

tests: ignore trezor.log

This commit is contained in:
matejcik 2020-02-10 12:36:05 +01:00
parent 4c9689d7a7
commit cfe0e34215
2 changed files with 4 additions and 3 deletions

View File

@ -118,7 +118,7 @@ message PassphraseRequest {
* Request: Send passphrase back * Request: Send passphrase back
* @auxend * @auxend
*/ */
message PassphraseAck { message PassphraseAck {
optional string passphrase = 1; optional string passphrase = 1;
optional bytes _state = 2 [deprecated=true]; // <2.3.0 optional bytes _state = 2 [deprecated=true]; // <2.3.0
optional bool on_device = 3; // user wants to enter passphrase on the device optional bool on_device = 3; // user wants to enter passphrase on the device
@ -134,8 +134,8 @@ message Deprecated_PassphraseStateRequest {
} }
/** /**
* Request: Send passphrase state back * Request: Send passphrase state back
* Deprecated in 2.3.0 * Deprecated in 2.3.0
* @auxend * @auxend
*/ */
message Deprecated_PassphraseStateAck { message Deprecated_PassphraseStateAck {

1
tests/.gitignore vendored
View File

@ -1 +1,2 @@
junit.xml junit.xml
trezor.log