Fix: use lttng_waiter instead of futex in notification thread
[lttng-tools.git] / .gitignore
index 794df9def4d9fa614aa8e14a676f1f4ca104bee7..3ee0821914e2cd9758d7767d68ed592cf8ae01cf 100644 (file)
@@ -16,6 +16,8 @@ Makefile.in
 *.bz2
 *.tar
 *.class
+*.trs
+*.log
 .dirstamp
 configure
 aclocal.m4
@@ -97,12 +99,26 @@ tests/regression/ust/python-logging/test_python_logging
 /tests/regression/ust/baddr-statedump/prog
 /tests/regression/ust/baddr-statedump/prog.debug
 /tests/regression/ust/baddr-statedump/prog.strip
+/tests/regression/ust/type-declarations/type-declarations
 /tests/regression/ust/ust-dl/prog
 /tests/regression/ust/ust-dl/libfoo.so.debug
+/tests/regression/ust/ust-dl/libbar.so.debug
 /tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
 /tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
 /tests/regression/tools/live/live_test
 /tests/unit/ini_config/ini_config
+/tests/perf/find_event
+/tests/perf/test_perf_raw
+
+# man pages
+/doc/man/*.1
+/doc/man/*.3
+/doc/man/*.8
+/doc/man/*.xml
+/doc/man/*.html
+/doc/man/*.h
+/doc/man/asciidoc-attrs.conf
+!/doc/man/lttng-health-check.3
 
 /benchmark/
 
This page took 0.022853 seconds and 4 git commands to generate.