-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (31 loc) · 827 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (31 loc) · 827 Bytes
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
# Arduino / arduino-cli build output
build/
.build/
_build/
*.elf
*.hex
*.bin
*.uf2
*.map
# Vendored Nordic CC310 binary + headers (fetched/imported locally; not redistributed).
# Run vendor/tools/import_cc310_sdk.py and vendor/tools/fetch_cc310.py locally.
# See docs/VENDORING.md and the "What to commit" section in README.md.
src/cortex-m4/
src/cc310/
# Fetch/import manifests and Nordic license copies (generated locally).
vendor/MANIFEST*.txt
vendor/LICENSE-Nordic*.txt
vendor/download/
# Local hardware bring-up only — never commit or push (see docs/VALIDATION.md).
vendor/hwverify/
# Local nRF5 SDK source tree (import scripts read from here; users download separately).
vendor/nRF5SDK/
# Editor / OS cruft
.vscode/
.DS_Store
Thumbs.db
*.swp
__pycache__/
*.pyc
# Local debug / test binaries (never commit)
*.exe