blob: c1b99a54717e51c50f3ac01d748ea4e3f7d1ca93 (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
#====================================================
# 🏗 BUILD/TEST OUTPUTS 🏗
#====================================================
**/.pio/
**/debug/
**/result
**/zig-out
**/target/
**/dist
**/node_modules
twister-out*
#====================================================
# CACHES/LOGS
#====================================================
logs # MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.cache
.devenv*
.direnv
*.sqlite
*.sqlite-*
**/*.qcow2
**/.direnv/
**/*.rs.bk
**/.git-hooks
**/.zig-cache
devenv.local.nix
devenv.local.yaml
local.properties
.pre-commit-config.yaml
#====================================================
# MISCELLANEOUS
#====================================================
.c9
*.pem
*tmp*
.idea/
.project
*.launch
.vscode/*
.DS_Store
.settings
.classpath
!.vscode/settings.json
!.vscode/extensions.json
!.vscode/settings-example.json
#====================================================
# DEPENDENCIES
#====================================================
/.pnp
.pnp.js
firmware/zephyr/
firmware/modules/
firmware/bootloader/
firmware/tools/
build/
opencode.json
/.codex/config.toml
/compile_commands.json
/tests/__pycache__
|