Change "event rule hit" to "event-rule matches" in user interface strings
[lttng-tools.git] / .gitignore
index 972f00fb56fcb368f3bc8b68a8dc8cee2d1b1a7f..aebc12bf833d36f2e68be6d30e92317f1836b26c 100644 (file)
@@ -61,7 +61,7 @@ compile_commands.json
 /src/bin/lttng-crash/lttng-crash
 /src/bin/lttng-relayd/lttng-relayd
 /src/lib/lttng-ctl/lttng-ctl.pc
-/src/common/filter/filter-grammar-test
+/src/common/filter-grammar-test
 /src/common/filter/filter-lexer.c
 /src/common/filter/filter-parser.c
 /src/common/filter/filter-parser.h
@@ -161,6 +161,7 @@ compile_commands.json
 # man pages
 /doc/man/*.1
 /doc/man/*.3
+/doc/man/*.7
 /doc/man/*.8
 /doc/man/*.xml
 /doc/man/*.html
@@ -170,6 +171,10 @@ compile_commands.json
 
 # examples
 /doc/examples/rotation/rotate-client
+/doc/examples/trigger-condition-event-matches/instrumented-app
+/doc/examples/trigger-condition-event-matches/libtracepoint-trigger-example.a
+/doc/examples/trigger-condition-event-matches/notification-client
+
 
 /benchmark/
 
This page took 0.023008 seconds and 4 git commands to generate.