-
Notifications
You must be signed in to change notification settings - Fork 49
/
.gitignore
78 lines (59 loc) · 768 Bytes
/
.gitignore
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
*.img
boot/x86/boot
boot/x86/init.bin
app/kernel
app/kernel.bin
**/*.log
boot/**/init
app/kernel.*
**/*.o
**/*.a
**/*.elf
**/*.dbg
app/etk/etk
**.elf
**.dbg
**.a
**.o
**/*.jpg
**/*.bmp
image/disk.vdi
app/gui/gui.elf
image/disk.vmdk
image/duck.fit
image/disk.vmdk.lck**
app/lvgl/lvgl
app/bin/ls
app/hello/hello
**.bin
app/**/**/target/**
**.lo
app/launcher/launcher
.vscode/
.sconsign.dblite
**/**/*.exe
init/kernel
kernel.map
zdata/**
image/disk.img
app/lua/lua
app/lua/luac
app/lua/luat
app/rust/test/test-rs
kernel.map
app/bin/**
app/file/file
app/gui/gui
app/microui/microui
app/scheme/scheme
app/test/test
app/test/test-musl
app/track/track
app/etk/etk
image/disk.img
**.pyc
**/**/**.pyc
**/*.pyc
build/**
**/__pycache__
**/**/__pycache__/**.pyc