docs: Add supported versions and fix-backport policy
[lttng-tools.git] / .gitignore
index ab660995269f303da537b9918b49bef454826fbe..4c5a4e5e9999f9b0dbf86be3eb07f51df7a0983d 100644 (file)
@@ -31,6 +31,7 @@ stamp-h1
 libtool
 tags
 /config/
+pre-inst-env
 
 .autotools
 .cproject
@@ -62,9 +63,9 @@ compile_commands.json
 /src/bin/lttng-relayd/lttng-relayd
 /src/lib/lttng-ctl/lttng-ctl.pc
 /src/common/filter-grammar-test
-/src/common/filter/filter-lexer.c
-/src/common/filter/filter-parser.c
-/src/common/filter/filter-parser.h
+/src/common/filter/filter-lexer.cpp
+/src/common/filter/filter-parser.cpp
+/src/common/filter/filter-parser.hpp
 /src/common/filter/filter-parser.output
 
 /extras/bindings/swig/python/lttng.i
@@ -99,6 +100,11 @@ compile_commands.json
 /tests/regression/ust/high-throughput/gen-events
 /tests/regression/tools/filtering/gen-ust-events
 /tests/utils/testapp/gen-ust-events/gen-ust-events
+/tests/utils/testapp/gen-ust-events-constructor/gen-ust-events-constructor-a
+/tests/utils/testapp/gen-ust-events-constructor/gen-ust-events-constructor-so
+/tests/utils/testapp/gen-ust-events-constructor/gen-ust-events-c-constructor-a
+/tests/utils/testapp/gen-ust-events-constructor/gen-ust-events-c-constructor-so
+/tests/utils/testapp/gen-ust-events-constructor/uses_heap
 /tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns
 /tests/regression/tools/health/health_check
 /tests/regression/kernel/select_poll_epoll
@@ -132,6 +138,8 @@ compile_commands.json
 /tests/regression/ust/ust-dl/test_ust-dl
 /tests/regression/ust/multi-lib/exec-with-callsites
 /tests/regression/ust/multi-lib/exec-without-callsites
+/tests/utils/testapp/gen-data-pending/gen-data-pending
+/tests/utils/tap/clock
 /tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack
 /tests/utils/testapp/gen-ust-events/gen-ust-events
 /tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns
@@ -170,6 +178,10 @@ compile_commands.json
 /doc/man/*.h
 /doc/man/asciidoc-attrs.conf
 !/doc/man/lttng-health-check.3
+/doc/man/man1
+/doc/man/man3
+/doc/man/man7
+/doc/man/man8
 
 # examples
 /doc/examples/rotation/rotate-client
This page took 0.023308 seconds and 4 git commands to generate.