-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
55 lines (55 loc) · 1.01 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
.DS_Store
*.o
*.ko
*.so
*.swp
*.o.cmd
*.mod.*
*.out
*.err
*.cmd
*~
bin/
kernel
*.o.ur-safe
*.gen
.deps/
.dirstamp
cscope.files
Makefile
/autom4te.cache/
/config.h
/config.log
/config.status
/examples/Makefile
/examples/BlackScholes/BlackScholes
/examples/backprop/backprop
/examples/binomialOptions/binomialOptions
/examples/hotspot/hotspot
/examples/lavaMD/lavaMD
/examples/pathfinder/pathfinder
/examples/srad_v2/srad
/examples/vectorAdd/vectorAdd
/examples/common/Makefile
/examples/common/libutil.a
/library/Makefile
/library/libuxu.a
/kernel_nvidia/.cache.mk
/kernel_nvidia/.tmp_versions/
/kernel_nvidia/Module.symvers
/kernel_nvidia/conftest/
/kernel_nvidia/conftest*.c
/kernel_nvidia/modules.order
/kernel_nvidia/nv_compiler.h
/stamp-h1
/tests/sanity-basic/Makefile
/tests/sanity-basic/readtest
/tests/sanity-basic/writetest
/tests/unit-test/ut-*
/tests/unit-test/*.log
/tests/unit-test/*.trs
/tests/unit-test/site.bak
/tests/unit-test/site.exp
/tests/unit-test/test-suite.log
/tests/unit-test/uxu.log
/tests/unit-test/uxu.sum