forked from orangeduck/Cello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (47 loc) · 835 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
# Main
*.log
*~
*.libs
*.o
*.la
*.so*
*.a
*.lo
*.dll
*.exe
*.gz
*.class
# Tests
test.bin
test.txt
test.exe
test
# Benchmarking
profile.txt
# Dist
libCello*
# VIM related
.clang_complete
# benchmark programs
benchmarks/Dict/dict_c
benchmarks/Dict/dict_cello
benchmarks/Dict/dict_cpp
benchmarks/ext/genint
benchmarks/GC/gc_c
benchmarks/GC/gc_cello
benchmarks/GC/gc_cpp
benchmarks/List/list_c
benchmarks/List/list_cello
benchmarks/List/list_cpp
benchmarks/Map/map_c
benchmarks/Map/map_cello
benchmarks/Map/map_cpp
benchmarks/Matmul/matmul_c
benchmarks/Matmul/matmul_cello
benchmarks/Matmul/matmul_cpp
benchmarks/Nbodies/nbodies_c
benchmarks/Nbodies/nbodies_cello
benchmarks/Nbodies/nbodies_cpp
benchmarks/Sudoku/sudoku_c
benchmarks/Sudoku/sudoku_cello
benchmarks/Sudoku/sudoku_cpp