forked from openucx/ucx
-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitignore
90 lines (90 loc) · 1.33 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
.gitignore
.project
.cproject
.settings
TAGS
test/test
Makefile
Makefile.in
aclocal.m4
compile
config.guess
config.h.in
config.h.in~
config.sub
config/m4/libtool.m4
config/m4/ltoptions.m4
config/m4/ltsugar.m4
config/m4/ltversion.m4
config/m4/lt~obsolete.m4
config/aux
configure
install-sh
ltmain.sh
missing
config.h
config.log
config.status
libtool
stamp-h1
src/uct/api/version.h
autom4te.cache
depcomp
.libs
*.la
.deps
.dirstamp
*.lo
*.o
contrib/rpmdef.sh
bindings/java/pom.xml
src/ucs/ucs_stats_parser
test/gtest/gtest
test/perf/ucx_perftest
build-*
ucx*tar.gz
src/tools/info/build_config.h
src/tools/info/ucx_info
src/tools/perf/ucx_perftest
src/tools/profile/ucx_read_profile
test/apps/test_dlopen_cfg_print
test/apps/test_link_map
test/apps/test_ucp_dlopen
test/apps/test_ucs_dlopen
test/apps/sockaddr/sa
test/examples/ucp_client_server
test/examples/ucp_hello_world
test/examples/uct_hello_world
test/examples/ucx_profiling
rpm-dist
cov_build*
debian/changelog
debian/control
debian/rules
debian/ucx.postinst
ucx.spec
ucx.pc
docs/_build
docs/doxygen-doc
docs/doxygen/header.tex
docs/uml/ucp.pdf
docs/uml/uct.pdf
docs/uml/uml.tag
test-driver
src/ucp/api/ucp_version.h
src/ucp/core/ucp_version.c
test/mpi/run_mpi.sh
*.tap
valgrind.xml
tags
.pydevproject
/ucx-*.*.*
/v*.*.*
org_openucx_jucx_*.h
GPATH
GRTAGS
GTAGS
/modules
*.swp
compile_commands.json
.idea/