forked from bsletten/rootbeer1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (65 loc) · 1.21 KB
/
.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
syntax: glob
dist/
build/
private
jar-contents/
output-class/
output-jar/
output-jimple/
output.jar
glob:generated.cu
glob:generated.c
glob:Rootbeer.jar
glob:code_file.cubin
cl_script.bat
.project
target
.settings
.classpath
csrc/*.o
csrc/*.obj
examples/*/code_file.ptx
examples/*/cudaruntime*
examples/*/generated.*
examples/*/missing_classes.txt
examples/MMult/MMult.jar
examples/ArraySumApp/ArraySumApp.jar
.DS_Store
Rootbeer.jar
examples/ArraySumApp/ArraySumApp-GPU.jar
examples/ArraySumApp/output.txt
examples/ArraySumApp/output_err.txt
examples/MMultApp/MMultApp-GPU.jar
examples/MMultApp/MMultApp.jar
examples/QuickSort/QuickSort-GPU.jar
examples/QuickSort/QuickSort.jar
examples/RandomRemap/RandomRemapApp-GPU.jar
examples/RandomRemap/RandomRemapApp.jar
gtc2013/Matrix/MatrixApp-GPU.jar
gtc2013/Matrix/MatrixApp.jar
MegaMandel2-GPU.jar
MegaMandel2-CPU.jar
MegaMandel2-Packed.jar
MegaMandel2.jar
mandellib.jar
MultiDimRay2-GPU.jar
MultiDimRay2-CPU.jar
MultiDimRay2-Packed.jar
MultiDimRay2.jar
raylib.jar
mandellib-GPU.jar
raylib-GPU.jar
ArrayMultApp-GPU.jar
ArrayMultApp.jar
bin/
KeepMainTest.jar
KeepMainTest-GPU.jar
MultiGpuApp-GPU.jar
MultiGpuApp.jar
examples/MultiGpu/csrc/
MatrixApp-GPU.jar
MatrixApp.jar
*.exp
*.lib
taq
native/