X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=blobdiff_plain;f=.gitignore;h=f2bf66e21dbc25906a384603e5c4d9f4447bf233;hp=b7347e113b32b77e9f8ed3ee9cf4d509f9658303;hb=HEAD;hpb=bebb067ef8020d5c36ab48271b0d9d9bb2b24e11 diff --git a/.gitignore b/.gitignore index b7347e11..6d9b1380 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS, Inc. +# +# SPDX-License-Identifier: MIT + *.so *.swp *.o @@ -71,11 +75,25 @@ cscope.* /doc/man/lttng-ust.3 /doc/man/tracef.3 /doc/man/tracelog.3 -/doc/man/vtracef.3 -/doc/man/vtracelog.3 +/doc/man/lttng_ust_tracef.3 +/doc/man/lttng_ust_tracelog.3 +/doc/man/lttng_ust_vtracef.3 +/doc/man/lttng_ust_vtracelog.3 /tests/benchmark/bench1 /tests/benchmark/bench2 +/tests/compile/api0/ctf-types/ctf-types +/tests/compile/api0/ctf-types/ctf-types-api1 +/tests/compile/api0/hello.cxx/hello +/tests/compile/api0/hello.cxx/hello-api1 +/tests/compile/api0/hello/hello +/tests/compile/api0/hello/hello-api1 +/tests/compile/api0/hello-many/hello-many +/tests/compile/api0/hello-many/hello-many-api1 +/tests/compile/api0/same_line_tracepoint/same_line_tracepoint +/tests/compile/api0/same_line_tracepoint/same_line_tracepoint_api1 +/tests/compile/api0/test-app-ctx/hello +/tests/compile/api0/test-app-ctx/hello-api1 /tests/compile/api1/hello.cxx/hello /tests/compile/api1/hello.cxx/hello-compatapi1 /tests/compile/api1/hello/hello @@ -88,7 +106,21 @@ cscope.* /tests/compile/api1/test-app-ctx/hello-compatapi1 /tests/compile/api1/ust-fields/ust-fields /tests/compile/api1/ust-fields/ust-fields-compatapi1 +/tests/regression/abi0-conflict/app_noust +/tests/regression/abi0-conflict/app_noust_dlopen +/tests/regression/abi0-conflict/app_noust_indirect_abi0 +/tests/regression/abi0-conflict/app_noust_indirect_abi0_abi1 +/tests/regression/abi0-conflict/app_noust_indirect_abi1 +/tests/regression/abi0-conflict/app_ust +/tests/regression/abi0-conflict/app_ust_dlopen +/tests/regression/abi0-conflict/app_ust_indirect_abi0 +/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 @@ -98,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 @@ -109,9 +145,14 @@ cscope.* /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/classnoinst.stamp /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/log4j-jni-header.stamp /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/*.jar +/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/classnoinst.stamp +/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/log4j-jni-header.stamp +/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/*.jar +/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/META-INF /src/lib/lttng-ust-java-agent/jni/common/org_lttng_ust_agent_context_LttngContextApi.h /src/lib/lttng-ust-java-agent/jni/jul/org_lttng_ust_agent_jul_LttngJulApi.h /src/lib/lttng-ust-java-agent/jni/log4j/org_lttng_ust_agent_log4j_LttngLog4jApi.h +/src/lib/lttng-ust-java-agent/jni/log4j/org_lttng_ust_agent_log4j2_LttngLog4j2Api.h /src/lib/lttng-ust-java/classnoinst.stamp /src/lib/lttng-ust-java/jni-header.stamp @@ -129,6 +170,7 @@ cscope.* /doc/Makefile /doc/examples/Makefile /doc/man/Makefile +/extras/Makefile /include/Makefile /src/common/Makefile /src/lib/lttng-ust-common/Makefile @@ -143,10 +185,12 @@ cscope.* /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Makefile /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Makefile /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Makefile +/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/Makefile /src/lib/lttng-ust-java-agent/jni/Makefile /src/lib/lttng-ust-java-agent/jni/common/Makefile /src/lib/lttng-ust-java-agent/jni/jul/Makefile /src/lib/lttng-ust-java-agent/jni/log4j/Makefile +/src/lib/lttng-ust-java-agent/jni/log4j2/Makefile /src/lib/lttng-ust-java/Makefile /src/lib/lttng-ust-libc-wrapper/Makefile /src/lib/lttng-ust-pthread-wrapper/Makefile @@ -159,6 +203,12 @@ cscope.* /tests/Makefile /tests/benchmark/Makefile /tests/compile/Makefile +/tests/compile/api0/Makefile +/tests/compile/api0/ctf-types/Makefile +/tests/compile/api0/hello-many/Makefile +/tests/compile/api0/hello.cxx/Makefile +/tests/compile/api0/hello/Makefile +/tests/compile/api0/same_line_tracepoint/Makefile /tests/compile/api1/Makefile /tests/compile/api1/ust-fields/Makefile /tests/compile/api1/hello-many/Makefile @@ -166,8 +216,11 @@ cscope.* /tests/compile/api1/hello/Makefile /tests/compile/api1/same_line_tracepoint/Makefile /tests/compile/api1/test-app-ctx/Makefile +/tests/regression/abi0-conflict/Makefile +/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 @@ -177,3 +230,4 @@ cscope.* /tests/unit/ust-utils/Makefile /tests/utils/Makefile /tools/Makefile +/bin/