Tests: add regression test for Java JUL support
[lttng-tools.git] / .gitignore
index 4c186d2e42c768e8d9322f43af800a03807ca9b7..b11a8c3226c594b40494172ef03de62df71a4114 100644 (file)
@@ -15,6 +15,8 @@ Makefile.in
 *.info
 *.bz2
 *.tar
+*.class
+.dirstamp
 configure
 aclocal.m4
 autom4te.cache/
@@ -45,6 +47,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 +56,8 @@ 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
+tests/unit/test_utils_expand_path
 kernel_all_events_basic
 kernel_event_basic
 ust_global_event_wildcard
@@ -69,5 +74,10 @@ 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
+tests/regression/tools/live/live_test
 
 benchmark/
This page took 0.024645 seconds and 5 git commands to generate.