.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / .gitignore
index 24c2f03c73800d8d99d35ce4e9c17cb567c5cf36..66e76696f08c12e4aaca56a965f03a90a23d042e 100644 (file)
@@ -47,7 +47,7 @@ TAGS
 /.clangd/
 compile_commands.json
 *_flymake*
-/.vscode/*
+/.vscode/settings.json
 
 # m4 macros not automatically generated
 /m4/libtool.m4
@@ -100,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
@@ -133,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
@@ -171,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.022916 seconds and 4 git commands to generate.