-
Notifications
You must be signed in to change notification settings - Fork 532
Expand file tree
/
Copy path.gitignore
More file actions
124 lines (123 loc) · 2.1 KB
/
.gitignore
File metadata and controls
124 lines (123 loc) · 2.1 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.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
native_headers.stamp
src/uct/api/version.h
autom4te.cache
depcomp
.libs
*.la
.deps
.dirstamp
*.lo
*.o
contrib/rpmdef.sh
contrib/ucx
bindings/java/pom.xml
bindings/java/src/main/native/tmp-settings.xml
src/ucs/ucs_stats_parser
test/gtest/gtest
build-*
ucx*tar.gz
src/tools/info/build_config.h
src/tools/info/ucx_info
src/tools/perf/ucx_perftest
src/tools/perf/ucx_perftest_daemon
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/apps/test_hooks
examples/ucp_client_server
examples/ucp_hello_world
examples/uct_hello_world
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
test/mpi/shmem_pingpong
test/mpi/test_memhooks
*.tap
valgrind.xml
tags
.pydevproject
/ucx-*.*.*
/v*.*.*
org_openucx_jucx_*.h
GPATH
GRTAGS
GTAGS
/modules
*.swp
compile_commands.json
.idea/
.externalToolBuilders
.classpath
.vscode
src/tools/vfs/ucx_vfs
test/apps/test_init_mt
test/apps/iodemo/io_demo
test/apps/test_cuda_hook_dynamic
test/apps/test_cuda_hook_static
test/apps/test_ucp_config
test/apps/test_memtrack_limit
test/apps/test_no_cuda_ctx
test/apps/test_tcmalloc
test/apps/profiling/ucx_profiling
test/apps/uct_info/uct_info
test/apps/uct_info/uct_info_static
test/apps/uct_info/ucp_hello_world_static
test/apps/test_cuda_get_symbol_address
cmake/*.cmake
*.gcno
*.gcda
lcov_data/
.noinst/
go.work
go.work.sum
bindings/go/pkg/
bindings/go/go.sum
# Allow Gitlab CI config file (otherwise matched by build-* ignore above)
!.ci/pipeline/*_matrix.yaml