-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (85 loc) · 1.53 KB
/
.gitignore
File metadata and controls
102 lines (85 loc) · 1.53 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Build outputs and layers (these are downloaded by KAS)
build/
tmp/
tmp-glibc/
cache/
downloads/
sstate-cache/
# Large binary files (now handled by Git LFS - see .gitattributes)
# *.pdf - tracked by Git LFS
# *.bin - tracked by Git LFS
# *.itb - tracked by Git LFS
# *mfgtool* - tracked by Git LFS
# fitImage-* - tracked by Git LFS
# Other binary files that should still be ignored
*.img
*.wic
*.dtb
*.elf
*.so
*.a
# UUU executables (platform-specific, not tracked)
uuu
uuu.exe
uuu_*
# Legacy layer locations (now organized under build/layers/)
# Keep these for backwards compatibility during transition
bitbake/
layers/
layers.hidden/
lmp-tools/
openembedded-core/
# Build artifacts
archive/
imx93/
imx93-eink/
*.tgz
*.tar.gz
*.zip
# Local configuration files
*.local
# Temporary and log files
*.log
logs/
temp/
# Editor files
*~
*.swp
*.swo
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Local testing files
test-*.conf
test-*.rules
# Device tree build artifacts
*.dtb
*.dts.tmp
# Python
__pycache__/
*.pyc
*.pyo
# Local development
local/
scratch/
.kas_shell_history
*.local
# Development artifacts
foundries-cookie.local
serial_monitor.log
test-*.sh
# Dummy signing keys for local development
conf/factory-keys/
# Archive directories (preserved in docs/archive/)
boot-logs/
# Validation build artifacts
yocto-layer-validation/build/
yocto-layer-validation/tmp/
yocto-layer-validation/downloads/
yocto-layer-validation/sstate-cache/
# Schematic PDFs - keep local only, do not commit to repository
*.pdf
docs/schematics/
202500r1.pdf