aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3087b0ea5c59887555b08babdfbc0796082d5d3c (plain)
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
*.o
*.a
.cache/
.vs/
.vscode/
.DS_Store

build/
build-em/
build-debug/
build-release/
build-static/
build-no-accel/
build-sanitize-addr/
build-sanitize-thread/

models/*

/main
/quantize
/result

arm_neon.h
compile_commands.json

.envrc
.direnv/