Cleanup: standardise include path
[lttng-ust.git] / .gitignore
index 78646d74599456205c44d69e61846de48e2c51c6..a6618cb19d3e34fb9514a10822b929f2aa9f5507 100644 (file)
@@ -18,12 +18,14 @@ cscope.*
 configure
 /aclocal.m4
 autom4te.cache/
-/config.h
+/include/config.h
+/include/config.h.in
+/include/stamp-h1
 /include/lttng/config.h
 /include/lttng/stamp-h2
 /include/lttng/ust-version.h
 /include/lttng/ust-config.h
-/config.h.in
+/config/ar-lib
 /config/compile
 /config/config.guess
 /config/config.sub
@@ -41,9 +43,9 @@ autom4te.cache/
 /m4/ltversion.m4
 config.log
 config.status
-/stamp-h1
 /libtool
 lttng-ust.pc
+lttng-ust-ctl.pc
 
 ustctl/ustctl
 ust-consumerd/ust-consumerd
@@ -54,7 +56,9 @@ doc/examples/hello-static-lib/hello
 doc/examples/gen-tp/sample
 doc/examples/gen-tp/sample_tracepoint.h
 doc/examples/demo-tracef/demo-tracef
+doc/examples/demo-tracef/demo-vtracef
 doc/examples/demo-tracelog/demo-tracelog
+doc/examples/demo-tracelog/demo-vtracelog
 doc/examples/cmake-multiple-shared-libraries/build/
 
 doc/man/*.xml
@@ -64,6 +68,7 @@ doc/man/lttng-ust-dl.3
 doc/man/lttng-ust.3
 doc/man/tracef.3
 doc/man/tracelog.3
+doc/man/vtracef.3
 
 tests/hello/hello
 tests/hello-many/hello-many
This page took 0.023415 seconds and 4 git commands to generate.