Documentation of live usage and protocol
[lttng-tools.git] / .gitignore
index b9c3ec867ef2bee729f37cba3836d98d8a78051d..d8c993ef52e2a596d458da250770c9f014c4e58f 100644 (file)
@@ -15,6 +15,7 @@ Makefile.in
 *.info
 *.bz2
 *.tar
+.dirstamp
 configure
 aclocal.m4
 autom4te.cache/
@@ -45,6 +46,7 @@ src/lib/lttng-ctl/filter/filter-parser.output
 extras/bindings/swig/python/lttng.i
 extras/bindings/swig/python/lttng.py
 extras/bindings/swig/python/lttng_wrap.c
+extras/core-handler/crash
 
 .checkpatch.conf
 
@@ -53,6 +55,7 @@ tests/unit/test_kernel_data
 tests/unit/test_session
 tests/unit/test_uri
 tests/unit/test_ust_data
+tests/unit/test_utils_parse_size_suffix
 kernel_all_events_basic
 kernel_event_basic
 ust_global_event_wildcard
@@ -67,5 +70,11 @@ tests/regression/ust/overlap/demo/demo
 tests/regression/ust/linking/demo_builtin
 tests/regression/ust/linking/demo_static
 tests/regression/ust/linking/demo
+tests/regression/ust/daemon/daemon
+tests/regression/ust/exit-fast/exit-fast
+tests/regression/ust/fork/fork
+tests/regression/ust/fork/fork2
+tests/regression/ust/libc-wrapper/prog
+tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
 
 benchmark/
This page took 0.023254 seconds and 4 git commands to generate.