Refactor relayd main/set_options/cleanup
[lttng-tools.git] / .gitignore
CommitLineData
fac6795d
DG
1*.o
2*.so
3*.swp
4*.o
5*.swo
355f483d 6*.pyc
fac6795d
DG
7Makefile
8.libs/
9.deps/
10*~
11*.la
12*.lo
13Makefile.in
14*.loT
15*.info
8ca96153
DG
16*.bz2
17*.tar
37175ce4 18*.class
7a1a6ffe 19.dirstamp
fac6795d
DG
20configure
21aclocal.m4
22autom4te.cache/
23config.h
24config.h.in
fac6795d
DG
25config.log
26config.status
27stamp-h1
28libtool
4e332453 29tags
fac6795d 30
ad866a5c
DG
31# cscope and ctags
32cscope.*
33tags
34
71615260 35# m4 macros not automatically generated
e1748b1f 36/config/
71615260
DG
37!config/epoll.m4
38!config/config_feature.m4
504d4ace 39!/config/ax_*
71615260 40
e1748b1f
DG
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
5a82525d 51
e1748b1f
DG
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
36907cb5 56
de800f52
CB
57.checkpatch.conf
58
355f483d 59# Tests
e1748b1f
DG
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
355f483d
DG
66kernel_all_events_basic
67kernel_event_basic
a62e3ec7 68ust_global_event_wildcard
355f483d 69ust_global_event_basic
ae4349c8 70ust_global_all_events_basic
355f483d
DG
71gen-nevents
72gen-events-time
e72d66a6 73gen-events
f4e40ab6 74gen-ust-events
55009a22 75health_check
c311f25f
JRJ
76/tests/regression/tools/mi/extract_xml
77/tests/regression/tools/mi/validate_xml
e1748b1f
DG
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
4e54c024 88/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
e1748b1f
DG
89/tests/regression/tools/live/live_test
90/tests/unit/ini_config/ini_config
56c86879 91
e1748b1f 92/benchmark/
88564da0
RB
93
94/include/version.h
This page took 0.03297 seconds and 4 git commands to generate.