forked from openpmix/openpmix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
107 lines (96 loc) · 1.63 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# http://www.gnu.org/software/automake
Makefile
Makefile.in
*.lo
*.la
*.o
*.libs
*.deps
*.dirstamp
.DS_Store
*.log
*.trs
static-components.h
# http://www.gnu.org/software/autoconf
autom4te.cache
aclocal.m4
compile
configure
depcomp
install-sh
missing
stamp-h?
config/install-sh
config/libtool.m4
config/ltmain.sh
config/ylwrap
config.log
config.lt
config.status
config/Makefile
libtool
config.h
config.h~
auto.out
config.out
dist.out
config/ar-lib
config/compile
config/config.guess
config/config.sub
config/depcomp
config/missing
config/test-driver
config/ltoptions.m4
config/ltsugar.m4
config/ltversion.m4
config/lt~obsolete.m4
config/ylwrap
config/autogen_found_items.m4
examples/alloc
examples/client
examples/debugger
examples/debuggerd
examples/dmodex
examples/dynamic
examples/fault
examples/jctrl
examples/pub
examples/server
examples/tool
include/pmix_version.h
include/pmix_rename.h
src/include/pmix_config.h
src/include/pmix_config.h.in
src/include/pmix_config.h.in~
src/include/frameworks.h
src/mca/pinstalldirs/config/pinstall_dirs.h
src/mca/pdl/base/static-components.h
src/mca/pinstalldirs/base/static-components.h
src/util/show_help_lex.c
src/util/keyval/keyval_lex.c
test/pmi2_client
test/pmi_client
test/pmix_client
test/pmix_test
test/pmix_client2
test/pmix_srv_self
test/pmix_server_api2
test/pmix_test_lite
test/pmix_test.log
test/pmix_test.trs
test/pmix_test_lite.log
test/pmix_test_lite.trs
test/test-suite.log
test/pmix_regex
test/simple/simptest
test/simple/simpclient
test/simple/simppub
test/simple/simpdmodex
test/simple/simpft
test/simple/simpdyn
test/simple/test_pmix
test/simple/simptool
test/simple/simpdie
# coverity
cov-int