-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (30 loc) · 684 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (30 loc) · 684 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
# Build artifacts
*.uf2
*.hex
*.bin
*.elf
# Build directories. The nRF Connect extension creates them inside the
# application directory; `west build -d debug` from the repo root creates them
# at the top level — hence both anchors. Directory-only and explicitly
# anchored, because `debug` and `lowpower` are generic enough that a file or an
# unrelated nested directory should not be swept up with them.
/build/
/debug/
/lowpower/
*/build
*/debug/
*/lowpower/
*/spike/
*.log
*.checksum
# West workspace metadata, if a workspace is initialised in place
.west/
__pycache__/
# Editor
.vscode/
.idea/
*.swp
.DS_Store
*.code-workspace
# Claude Code delivery bundles
claude-bundles/