Fix: memory leak in load session thread
[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# cscope and ctags
32cscope.*
33tags
34
35# m4 macros not automatically generated
36/config/
37!config/epoll.m4
38!config/config_feature.m4
39
40/src/bin/lttng-sessiond/lttng-sessiond
41/src/bin/lttng/lttng
42/src/bin/lttng-consumerd/lttng-consumerd
43/src/bin/lttng-relayd/lttng-relayd
44/src/lib/lttng-ctl/lttng-ctl.pc
45/src/lib/lttng-ctl/filter/filter-grammar-test
46/src/lib/lttng-ctl/filter/filter-lexer.c
47/src/lib/lttng-ctl/filter/filter-parser.c
48/src/lib/lttng-ctl/filter/filter-parser.h
49/src/lib/lttng-ctl/filter/filter-parser.output
50
51/extras/bindings/swig/python/lttng.i
52/extras/bindings/swig/python/lttng.py
53/extras/bindings/swig/python/lttng_wrap.c
54/extras/core-handler/crash
55
56.checkpatch.conf
57
58# Tests
59/tests/unit/test_kernel_data
60/tests/unit/test_session
61/tests/unit/test_uri
62/tests/unit/test_ust_data
63/tests/unit/test_utils_parse_size_suffix
64/tests/unit/test_utils_expand_path
65kernel_all_events_basic
66kernel_event_basic
67ust_global_event_wildcard
68ust_global_event_basic
69ust_global_all_events_basic
70gen-nevents
71gen-events-time
72gen-events
73gen-ust-events
74health_check
75/tests/regression/tools/mi/extract_xml
76/tests/regression/tools/mi/validate_xml
77/tests/regression/ust/overlap/demo/demo
78/tests/regression/ust/linking/demo_builtin
79/tests/regression/ust/linking/demo_static
80/tests/regression/ust/linking/demo
81/tests/regression/ust/daemon/daemon
82/tests/regression/ust/exit-fast/exit-fast
83/tests/regression/ust/fork/fork
84/tests/regression/ust/fork/fork2
85/tests/regression/ust/libc-wrapper/prog
86/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
87/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
88/tests/regression/tools/live/live_test
89/tests/unit/ini_config/ini_config
90
91/benchmark/
92
93/include/version.h
This page took 0.024841 seconds and 5 git commands to generate.