X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=.gitignore;h=3e36981fe68408a0c8d5baa19c43430fdac7aba5;hb=e0ca901df9ff4742dfcaf1c8839f042760197555;hp=b836c4c2ba6cfd13a06bb88d8cc726a9b1e0a5d6;hpb=793dd3d99daee051358de2b751472dcd29c11a2f;p=lttng-ust.git diff --git a/.gitignore b/.gitignore index b836c4c2..3e36981f 100644 --- a/.gitignore +++ b/.gitignore @@ -50,8 +50,8 @@ cscope.* /src/common/config.h /src/common/config.h.in /src/common/stamp-h1 -/src/lttng-ust-ctl.pc -/src/lttng-ust.pc +/src/lib/lttng-ust-ctl.pc +/src/lib/lttng-ust.pc /doc/examples/demo/demo /doc/examples/easy-ust/sample @@ -71,17 +71,47 @@ 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/ctf-types/ctf-types -/tests/compile/hello.cxx/hello -/tests/compile/hello/hello -/tests/compile/hello-many/hello-many -/tests/compile/same_line_tracepoint/same_line_tracepoint -/tests/compile/test-app-ctx/hello +/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 +/tests/compile/api1/hello/hello-compatapi1 +/tests/compile/api1/hello-many/hello-many +/tests/compile/api1/hello-many/hello-many-compatapi1 +/tests/compile/api1/same_line_tracepoint/same_line_tracepoint +/tests/compile/api1/same_line_tracepoint/same_line_tracepoint_compatapi1 +/tests/compile/api1/test-app-ctx/hello +/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/libmsgpack/test_msgpack /tests/unit/libringbuffer/test_shm @@ -123,6 +153,7 @@ cscope.* /doc/Makefile /doc/examples/Makefile /doc/man/Makefile +/extras/Makefile /include/Makefile /src/common/Makefile /src/lib/lttng-ust-common/Makefile @@ -143,6 +174,8 @@ cscope.* /src/lib/lttng-ust-java-agent/jni/log4j/Makefile /src/lib/lttng-ust-java/Makefile /src/lib/lttng-ust-libc-wrapper/Makefile +/src/lib/lttng-ust-pthread-wrapper/Makefile +/src/lib/lttng-ust-tracepoint/Makefile /src/lib/lttng-ust-python-agent/Makefile /src/lib/Makefile /src/lib/lttng-ust/Makefile @@ -151,12 +184,21 @@ cscope.* /tests/Makefile /tests/benchmark/Makefile /tests/compile/Makefile -/tests/compile/ctf-types/Makefile -/tests/compile/hello-many/Makefile -/tests/compile/hello.cxx/Makefile -/tests/compile/hello/Makefile -/tests/compile/same_line_tracepoint/Makefile -/tests/compile/test-app-ctx/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 +/tests/compile/api1/hello.cxx/Makefile +/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/libmsgpack/Makefile