-
Notifications
You must be signed in to change notification settings - Fork 53
/
.gitignore
75 lines (64 loc) · 1.26 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
66
67
68
69
70
71
72
73
74
# Windows binaries
*.exe
*.exp
# Compiled Object files
*.slo
*.lo
*.o
*.cuo
*.obj
# Compiled Dynamic libraries
*.so
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# visual studio files
*.deps
*.suo
*.pdb
*.opensdf
*.sdf
*.vcxproj.user
*.vcxproj.filters
Debug/
ipch/
Release/
# vim
*.swp
# sublime
*.sublime-project
*.sublime-workspace
# tags
.tags
.tags_sorted_by_file
# executables
examples/blackscholes/bs_device
examples/blackscholes/bs_host
examples/blackscholes/bs_host_nvcc
examples/blackscholes_hemiarray/bs_device
examples/blackscholes_hemiarray/bs_host
examples/blackscholes_hemiarray/bs_host_nvcc
examples/blackscholes_hostdevice/blackscholes
examples/blackscholes_nohemi/bs_device
examples/blackscholes_nohemi/bs_host
examples/blackscholes_nohemi/bs_host_nvcc
examples/nbody_vec4/nbody_vec4
examples/parallel_for/parallel_for_device
examples/parallel_for/parallel_for_host
examples/parallel_for/parallel_for_host_nvcc
examples/simple/hello_device
examples/simple/hello_global
examples/simple/hello_host
examples/simple/hello_host_nvcc
examples/simple/hello_lambda_device
examples/simple/hello_lambda_host
examples/simple/hello_lambda_host_nvcc
examples/simple/saxpy_host
examples/simple/saxpy_device
test/test_hemi_device
test/test_hemi_host
*.plist
*.dSYM