Quellcode durchsuchen

.gitignore: Ignore rust-protocol library compiler output.

Mathias Gottschlag vor 5 Jahren
Ursprung
Commit
42981822eb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore Datei anzeigen

@@ -26,3 +26,4 @@ fp-info-cache*
26 26
 # Rust
27 27
 display/firmware/target
28 28
 base-station/software/target
29
+common/rust-protocol/target

Laden…
Abbrechen
Speichern