concept-collection / libflame2wasm
libflame2wasm / .gitignore
16 lines · 258 BBlameHistoryRaw
1# Upstream clones (re-cloned + patched by the build scripts)
2/libflame/
3/blis/
5# Build outputs
6/install/
7web/dist/
9# Compiled benchmark/demo artifacts (regenerated by the build scripts)
10bench/*.js
11bench/*.wasm
12bench/bench_native
13demo/*.js
14demo/*.wasm
16*.o