forked from ThanhTrucSolutions/OriLang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (35 loc) · 642 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (35 loc) · 642 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
# Build output
bin/
obj/
*.user
# Compiled Ori images (generated from .ori sources)
*.orx
# Local screenshots / scratch
window_after.png
screenshot_*.png
android_*.png
# Android packages (built under bin/, but ignore strays too)
*.apk
*.aab
# Native build artifacts + compiled images
*.exe
*.obj
*.orb
*.orx
*.so
*.dex
*.class
build/
/ori
core/orivm
*.dSYM/
core/orivm-android-*
winapp.png
androidapp.png
# ...but DO keep the shipped self-hosted compiler + CLI images + prebuilt web runtime
!tools/oric.orb
!tools/ori.orb
# (tools/web/orivm.js and orivm.wasm are kept by default - not ignored)
androidapp_s.png
winfull.png
data/todos/