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:37 +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 78646d74599456205c44d69e61846de48e2c51c6..2050e04fab2ab2a246ceae8832752fefee4c813f 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
@@ -64,6 +66,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.026795 seconds and 5 git commands to generate.