Check for C++11 when building C++ probe providers
[lttng-ust.git] / .gitignore
index 12ec06c09df19ba79004781e8d5f2ed90911dba5..3e36981fe68408a0c8d5baa19c43430fdac7aba5 100644 (file)
@@ -71,8 +71,10 @@ 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
@@ -100,6 +102,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
@@ -141,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
@@ -184,6 +197,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
This page took 0.023556 seconds and 4 git commands to generate.