Tests: add regression test for Java JUL support
[lttng-tools.git] / .gitignore
index ee5825207ff5132f3c9b28aee2f1a5f928cab0e7..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
@@ -64,5 +69,15 @@ gen-events
 gen-ust-events
 health_check
 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
+tests/regression/tools/live/live_test
 
 benchmark/
This page took 0.024381 seconds and 5 git commands to generate.