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