Tests: add regression test for Java JUL support
[lttng-tools.git] / .gitignore
... / ...
CommitLineData
1*.o
2*.so
3*.swp
4*.o
5*.swo
6*.pyc
7Makefile
8.libs/
9.deps/
10*~
11*.la
12*.lo
13Makefile.in
14*.loT
15*.info
16*.bz2
17*.tar
18*.class
19.dirstamp
20configure
21aclocal.m4
22autom4te.cache/
23config.h
24config.h.in
25config.log
26config.status
27stamp-h1
28libtool
29tags
30
31# m4 macros not automatically generated
32config/
33!config/epoll.m4
34!config/config_feature.m4
35
36src/bin/lttng-sessiond/lttng-sessiond
37src/bin/lttng/lttng
38src/bin/lttng-consumerd/lttng-consumerd
39src/bin/lttng-relayd/lttng-relayd
40src/lib/lttng-ctl/lttng-ctl.pc
41src/lib/lttng-ctl/filter/filter-grammar-test
42src/lib/lttng-ctl/filter/filter-lexer.c
43src/lib/lttng-ctl/filter/filter-parser.c
44src/lib/lttng-ctl/filter/filter-parser.h
45src/lib/lttng-ctl/filter/filter-parser.output
46
47extras/bindings/swig/python/lttng.i
48extras/bindings/swig/python/lttng.py
49extras/bindings/swig/python/lttng_wrap.c
50extras/core-handler/crash
51
52.checkpatch.conf
53
54# Tests
55tests/unit/test_kernel_data
56tests/unit/test_session
57tests/unit/test_uri
58tests/unit/test_ust_data
59tests/unit/test_utils_parse_size_suffix
60tests/unit/test_utils_expand_path
61kernel_all_events_basic
62kernel_event_basic
63ust_global_event_wildcard
64ust_global_event_basic
65ust_global_all_events_basic
66gen-nevents
67gen-events-time
68gen-events
69gen-ust-events
70health_check
71tests/regression/ust/overlap/demo/demo
72tests/regression/ust/linking/demo_builtin
73tests/regression/ust/linking/demo_static
74tests/regression/ust/linking/demo
75tests/regression/ust/daemon/daemon
76tests/regression/ust/exit-fast/exit-fast
77tests/regression/ust/fork/fork
78tests/regression/ust/fork/fork2
79tests/regression/ust/libc-wrapper/prog
80tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
81tests/regression/tools/live/live_test
82
83benchmark/
This page took 0.022376 seconds and 4 git commands to generate.