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