-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
70 lines (58 loc) · 828 Bytes
/
.gitignore
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
# Compiled Object files
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lib
# Executables
*.exe
./examples/simple-calc
# Code coverage
*.lst
/rave
example
llvm.bc
source/old.ast.d
*.out
*.ll
*.o
*.be
bin
a
./a
examples/first
examples/hello_world
examples/io/test_input
examples/io/test_input2
examples/io/print
examples/math/calculator
examples/math/sum_of_input
examples/multithread/thread_test
examples/network/socket_server
examples/time/test_time
examples/memory/defer
examples/memory/null_access
examples/math/div_by_zero
examples/simd/sse
# Benchmarks
benchmarks/c/nqueen
benchmarks/rave/nqueen
std/*.o
src/*.o
src/parser/*.o
src/parser/nodes/*.o
src/lexer/*.o
examples/*.o
.lite_project.lua
*.log
*.def
dcallgrind
d-profile-viewer
*.pdb
options.json
LLVM-15
LLVM
*.bin
*.a