uCBQN/.gitignore
2022-11-17 21:21:58 +02:00

37 lines
512 B
Plaintext

# outputs
/BQN
/BQN.html
/BQN.js
*.wasm
*.cwasm
libcbqn.so
# build system things
/build/obj/
/build/singeliLocal
/build/replxxLocal
/src/singeli/gen
# files generated by CBQN or other utilities
perf.*
/asm_*
CBQNHeapDump
# test temporary files
/test/ffi/ffiTest.o
/test/ffi/test.got
/test/ffi/shared.got
/test/ffi/sharedTest
/test/ffi/lib.so
# local files
/local/
# clangd
compile_commands.json
/.cache/
# things not used anymore, but still may be present in existing clones:
/Singeli/
/SingeliClone/
/obj/