X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=.gitignore;h=68b258db8049c648b48a4f7e4a6be979a5425e1f;hb=5b1163c6cf674c6461cc1e0ad1211924df7af789;hp=b7347e113b32b77e9f8ed3ee9cf4d509f9658303;hpb=bebb067ef8020d5c36ab48271b0d9d9bb2b24e11;p=lttng-ust.git diff --git a/.gitignore b/.gitignore index b7347e11..68b258db 100644 --- a/.gitignore +++ b/.gitignore @@ -73,9 +73,25 @@ cscope.* /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,6 +104,16 @@ 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/libmsgpack/test_msgpack /tests/unit/libringbuffer/test_shm @@ -159,6 +185,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,6 +198,8 @@ 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/libmsgpack/Makefile