Add missing files to .gitignore
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 22 Apr 2020 18:07:46 +0000 (14:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Apr 2020 19:03:09 +0000 (15:03 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I5050772c58342d3eb956e0cbd56983fbb1ed3b70

.gitignore

index 78009627ed682d5f122e481eea93d73d7465679d..f2bf66e21dbc25906a384603e5c4d9f4447bf233 100644 (file)
@@ -24,6 +24,7 @@ autom4te.cache/
 /include/lttng/ust-version.h
 /include/lttng/ust-config.h
 /config.h.in
+/config/ar-lib
 /config/compile
 /config/config.guess
 /config/config.sub
@@ -44,6 +45,7 @@ config.status
 /stamp-h1
 /libtool
 lttng-ust.pc
+lttng-ust-ctl.pc
 
 ustctl/ustctl
 ust-consumerd/ust-consumerd
@@ -66,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.024926 seconds and 4 git commands to generate.