forked from pmodels/yaksa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (70 loc) · 1.5 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
# generic files
.libs
.tmp
.deps
.dirstamp
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.log
config.status
configure
stamp-h1
libtool
*~
*.la
*.lo
*.o
# m4 temporary files
ar-lib
compile
config.guess
config.sub
depcomp
install-sh
libtool.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
# directory specific files
/Doxyfile
/src/frontend/include/yaksa.h
/src/frontend/include/yaksa_config.h
/src/frontend/include/yaksa_config.h.in
/maint/Version
/maint/yaksa.pc
/maint/yutils.pyc
/test/m4
/test/yaksa_test_config.h.in
/test/yaksa_test_config.h
/test/flatten/testlist.gen
/test/flatten/testlist.threads.gen
/test/iov/testlist.gen
/test/iov/testlist.threads.gen
/test/pack/testlist.cuda.d-d-d.gen
/test/pack/testlist.cuda.d-rh-d.gen
/test/pack/testlist.cuda.d-urh-d.gen
/test/pack/testlist.cuda.rh-d-rh.gen
/test/pack/testlist.cuda.urh-d-urh.gen
/test/pack/testlist.cuda.md-stride.d-d-d.gen
/test/pack/testlist.cuda.md.d-d-d.gen
/test/pack/testlist.cuda.md.urh-d-urh.gen
/test/pack/testlist.cuda.md.urh-d-urh.threads.gen
/test/pack/testlist.gen
/test/pack/testlist.threads.gen
/test/simple/testlist.gen
/README
# autogenerated files
/src/backend/gencomm.pyc
/src/backend/cuda/pup/Makefile.pup.mk
/src/backend/cuda/pup/yaksuri_cudai_populate_pupfns*
/src/backend/cuda/pup/yaksuri_cudai_pup.h
/src/backend/cuda/pup/yaksuri_cudai_pup_*
/src/backend/seq/pup/Makefile.pup.mk
/src/backend/seq/pup/yaksuri_seqi_populate_pupfns*
/src/backend/seq/pup/yaksuri_seqi_pup.h
/src/backend/seq/pup/yaksuri_seqi_pup_*