summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 75228046e7168165ff0fdad4a08223a79d4a5fb8 (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
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
# outputs
/BQN
/BQN.html
/BQN.js
*.wasm
*.cwasm
libcbqn.so
libcbqn.dylib
cbqn.dll
libcbqn.a
*.exe
*.dll

# build system things
/build/obj/
/build/obj2/
/build/singeliLocal
/build/replxxLocal
/build/bytecodeLocal
/build/interp
/src/singeli/gen

# files CBQN may create
/asm_*
CBQNHeapDump
.cbqn_repl_history
cbqn_repl.txt
cbqn-jit.bqn

# test temporary files
/test/ffi/ffiTest.o
/test/ffi/test.got
/test/ffi/shared.got
/test/ffi/sharedTest
/test/ffi/staticTest
/test/ffi/sharedLibFolder
/test/ffi/staticLibFolder
/test/ffi/lib.so
/test/testDir/

# other
/local/
perf.data*

# clangd
compile_commands.json
/.cache/

# things not used anymore, but still may be present in existing clones
/SingeliClone/
/obj/
/src/gen/