tests: don't swallow stderr when running babeltrace CLI
[babeltrace.git] / .gitignore
index 782da3e9621b8fc665e2206cf626ec48232e40b6..e302428efb4fde164752872d0e00c5fc99b89c35 100644 (file)
@@ -1,6 +1,13 @@
-*~
+/tests/ctf-writer/ctf_writer
+/tests/lib/plugin
 /tests/lib/test_bitfield
-/tests/lib/test_seek
+/tests/lib/test_bt_values
+/tests/lib/test_graph_topo
+/tests/lib/test_trace_ir_ref
+/tests/plugins/flt.lttng-utils.debug-info/test_bin_info
+/tests/plugins/flt.lttng-utils.debug-info/test_dwarf
+/tests/plugins/src.ctf.fs/succeed/gen-trace-simple
+*~
 *.o
 *.a
 *.la
 .libs
 .deps
 *.bkp
+*.trs
 ctf-lexer.c
 ctf-parser.c
 ctf-parser.h
 ctf-parser-test
-/converter/babeltrace
-/config.h
-/config.h.in
+/src/plugins/ctf/common/metadata/lexer.c
+/src/plugins/ctf/common/metadata/parser.c
+/src/plugins/ctf/common/metadata/parser.h
+/src/plugins/ctf/common/metadata/parser.output
+/src/cli/babeltrace2
+/src/cli/babeltrace2.bin
+/src/cli/babeltrace2-log
+/src/cli/babeltrace2-log.bin
+/src/common/config.h
+/src/common/config.h.in
+/src/common/version.i
+/src/common/version.i.tmp
 /config.status
 *.log
 aclocal.m4
@@ -30,11 +47,18 @@ Makefile
 Makefile.in
 autom4te.cache/
 config/
-converter/babeltrace-log
 core
-formats/ctf/metadata/ctf-parser.output
 stamp-h1
-bindings/python/babeltrace.i
-bindings/python/babeltrace.py
-bindings/python/babeltrace_wrap.c
-babeltrace.pc
+__pycache__
+/src/babeltrace2.pc
+/src/babeltrace2-ctf-writer.pc
+TAGS
+cscope*
+doc/api/Doxyfile
+*.gcno
+*.gcda
+*.gcov
+*.html
+*.stamp
+*.swp
+.theia
This page took 0.024355 seconds and 4 git commands to generate.