Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / .gitignore
index acceec5ede434b8d1c42ce6b5f89dd0845efb66f..6d9b13804fd8aba2508e2f814559dd8cd6bbfa7b 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc.
+#
+# SPDX-License-Identifier: MIT
+
 *.so
 *.swp
 *.o
@@ -113,6 +117,10 @@ cscope.*
 /tests/regression/abi0-conflict/app_ust_indirect_abi0_abi1
 /tests/regression/abi0-conflict/app_ust_indirect_abi1
 /tests/unit/gcc-weak-hidden/test_gcc_weak_hidden
+/tests/unit/libcommon/get_cpu_mask_from_sysfs
+/tests/unit/libcommon/get_max_cpuid_from_sysfs
+/tests/unit/libcommon/test_get_max_cpuid_from_mask
+/tests/unit/libcommon/test_get_possible_cpus_array_len
 /tests/unit/libmsgpack/test_msgpack
 /tests/unit/libringbuffer/test_shm
 /tests/unit/pthread_name/test_pthread_name
@@ -122,6 +130,10 @@ cscope.*
 /tests/unit/ust-utils/test_ust_utils
 /tests/unit/ust-utils/test_ust_utils_cxx
 
+/src/lib/lttng-ust-java/org_lttng_ust_LTTngUst.h
+/src/lib/lttng-ust-java/org/
+/src/lib/lttng-ust-java/liblttng-ust-java.jar
+
 # Java agent library
 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/*.jar
 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/classnoinst.stamp
@@ -208,6 +220,7 @@ cscope.*
 /tests/regression/Makefile
 /tests/unit/Makefile
 /tests/unit/gcc-weak-hidden/Makefile
+/tests/unit/libcommon/Makefile
 /tests/unit/libmsgpack/Makefile
 /tests/unit/libringbuffer/Makefile
 /tests/unit/pthread_name/Makefile
This page took 0.023452 seconds and 4 git commands to generate.