-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·46 lines (44 loc) · 1.24 KB
/
Copy path.gitignore
File metadata and controls
executable file
·46 lines (44 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.DS_Store
*.hex
*.pyc
TODO
rnodethv4_firmware.bin
rtnode_heltecv4_firmware.bin
rtnode_heltec_v4.bin
rnodethv3_firmware.bin
rtnode_heltecv3_firmware.bin
rtnode_heltec_v3.bin
# Allow web flasher firmware assets served via GitHub Pages
!docs/firmware/*.bin
!docs/firmware/**/*.bin
.firmware_cache/
Release/*.hex
Release/*.zip
Release/*.json
rtnode_firmware.zip
rtnode_heltec_v*_app.bin
# Pre-built firmware artifacts are no longer committed — firmware ships as a
# release archive (rtnode_firmware.zip). Build components live in .pio/build/.
Release/*.bin
# The standalone esptool binary is platform-specific and not committed to git.
# Place it at Release/esptool/esptool (macOS/Linux) or Release/esptool/esptool.exe (Windows).
Release/esptool/esptool
Release/esptool/esptool.exe
# Generated proof/flood harness runtime state
tests/filter_stress_lora_flood*/
tests/filter_stress_rtnode_serial*.log
tests/harness_*/
tests/proof_probe_filter_*/
tests/proof_probe_lan_tcp_to_tcp/
tests/proof_probe_lan_tcp_to_tcp_ip/
tests/proof_probe_*_rtnode_serial.log
tests/proof_probe_mixed_lora_to_tcp/
tests/proof_probe_mixed_tcp_to_lora/
tests/proof_probe_state/
tests/proof_probe_v*_client/
tests/proof_probe_v*_server/
tests/rnsd_v*/
Console/build
build/*
.pio/*
.vscode/*