-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (51 loc) · 1016 Bytes
/
.gitignore
File metadata and controls
61 lines (51 loc) · 1016 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.DS_Store
*.o
*.so
*.elf
*.dtb
*.zip
build
releases
# Old per-platform cores (no longer used - migrated to shared cores)
**/cores/src
**/cores/output
workspace/shared/*/cores/
# New shared cores architecture
build/.system/cores/
**/boot/output
**/squashfs/output
# Generated paks (from workspace/all/paks/)
# Paks are now generated during build from templates - see docs/PAK-TEMPLATES.md
build/SYSTEM/*/paks/Emus/*.pak
build/Tools/*/*.pak
**/other/evtest
**/other/jstest
**/other/dtc
**/other/sdl
**/other/sdl2
**/other/sdl12-compat
**/other/unzip60
**/other/DinguxCommander
**/other/DinguxCommander-sdl2
**/other/351files
**/other/fbset
**/other/mkbootimg
**/other/rsce-go
bl_enable
bl_disable
**/tmp
workspace/readmes
# Test artifacts
tests/unit_tests
tests/*_test
tests/**/*_test
tests/*.dSYM
tests/**/*.dSYM
# Coverage artifacts
coverage/
*.gcno
*.gcda
*.gcov
# Emus pak cache (cores/ directory contains downloaded and override cores)
workspace/all/paks/Emus/cores/
workspace/tg5050/libmsettings/*.so*