-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitignore
More file actions
109 lines (93 loc) · 1.37 KB
/
Copy path.gitignore
File metadata and controls
109 lines (93 loc) · 1.37 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
103
104
105
106
107
108
109
.vscode
*.apk
*.ap_
*.dex
*.class
bin/
gen/
libs/
obj/
cmake/
.cxx/
all64/
all32/
out/
build/
make/
dist/
out.*/
#only target arm64-v8a used in this project
armeabi-v7a/
x86/
x86_64/
abi-armeabi-v7a/
abi-x86/
abi-x86_64/
local.properties
project.properties
.idea
.gradle
xcuserdata
xcshareddata
*.xccheckout
*.swp
*.la
*.pc
*.lo
*.Plo
*.Po
.libs
.deps
.travis.yml
ndkBuild
tags
*.wasm
*.tmp
*.tesc
*.comp
*.a
*.so
*.jar
*.o
*.obj
*.swp
*.hprof
*.dot
android-ndk-*
*.mp4
*.ts
*.tar.gz
*.pro
*.scorer
*.nb
*.zip
*.xz
*.gz
*.wav
*.bin
crash.log
kantv.jks
libggmlop-skel*.so
libggmldsp-skel*.so
CMakeLists.txt
prebuilts/
core/llamacpp/ggml/src/ggml-opencl/
core/llamacpp/ggml/src/ggml-sycl/
core/llamacpp/ggml/src/ggml-virtgpu/
core/llamacpp/ggml/src/ggml-webgpu/
core/llamacpp/ggml/src/ggml-zdnn/
core/llamacpp/ggml/src/ggml-zendnn/
core/llamacpp/ggml/src/ggml-vulkan/
core/llamacpp/ggml/src/ggml-openvino/
core/llamacpp/ggml/src/ggml-sycl/
core/llamacpp/ggml/src/ggml-rpc/
ggml_dsp.h
ggml_dsp_skel.c
ggml_dsp_stub.c
log*.txt
# Screenshots / one-off visual artifacts: keep this blanket rule narrow.
# Convention: dump these into the out/ directory (already ignored above at
# line 18) so the rule only ever matches the build-artifact tree. Any PNG
# that needs to be tracked (UI asset, model preview, logo, ...) must be
# added with `git add -f` or live outside this rule's scope.
*.png