Skip to content

Commit 9ea1db2

Browse files
committed
GIT: updated gitignore
- correct example applications - add test_tcmalloc test application - remove not existed test/perf/ucx_perftest Signed-off-by: Liu, Changcheng <[email protected]>
1 parent 81f05fd commit 9ea1db2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitignore

+4-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ contrib/rpmdef.sh
4141
bindings/java/pom.xml
4242
src/ucs/ucs_stats_parser
4343
test/gtest/gtest
44-
test/perf/ucx_perftest
4544
build-*
4645
ucx*tar.gz
4746
src/tools/info/build_config.h
@@ -53,10 +52,9 @@ test/apps/test_link_map
5352
test/apps/test_ucp_dlopen
5453
test/apps/test_ucs_dlopen
5554
test/apps/sockaddr/sa
56-
test/examples/ucp_client_server
57-
test/examples/ucp_hello_world
58-
test/examples/uct_hello_world
59-
test/examples/ucx_profiling
55+
examples/ucp_client_server
56+
examples/ucp_hello_world
57+
examples/uct_hello_world
6058
rpm-dist
6159
cov_build*
6260
debian/changelog
@@ -99,6 +97,7 @@ test/apps/test_cuda_hook_dynamic
9997
test/apps/test_cuda_hook_static
10098
test/apps/test_ucp_config
10199
test/apps/test_memtrack_limit
100+
test/apps/test_tcmalloc
102101
test/apps/profiling/ucx_profiling
103102
test/apps/uct_info/uct_info
104103
test/apps/uct_info/uct_info_static

0 commit comments

Comments
 (0)