bash completion: Remove underscores in handler function names
[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
fac6795d
DG
18configure
19aclocal.m4
20autom4te.cache/
21config.h
22config.h.in
fac6795d
DG
23config.log
24config.status
25stamp-h1
26libtool
4e332453 27tags
fac6795d 28
71615260
DG
29# m4 macros not automatically generated
30config/
31!config/epoll.m4
32!config/config_feature.m4
33
10a8a223
DG
34src/bin/lttng-sessiond/lttng-sessiond
35src/bin/lttng/lttng
36src/bin/lttng-consumerd/lttng-consumerd
b8aa1682 37src/bin/lttng-relayd/lttng-relayd
2c452d45 38src/lib/lttng-ctl/lttng-ctl.pc
d00c599e
DG
39src/lib/lttng-ctl/filter/filter-grammar-test
40src/lib/lttng-ctl/filter/filter-lexer.c
41src/lib/lttng-ctl/filter/filter-parser.c
42src/lib/lttng-ctl/filter/filter-parser.h
43src/lib/lttng-ctl/filter/filter-parser.output
5a82525d 44
36907cb5
DS
45extras/bindings/swig/python/lttng.i
46extras/bindings/swig/python/lttng.py
47extras/bindings/swig/python/lttng_wrap.c
d8fe2117 48extras/core-handler/crash
36907cb5 49
de800f52
CB
50.checkpatch.conf
51
355f483d 52# Tests
81d029da
CB
53tests/unit/test_kernel_data
54tests/unit/test_session
55tests/unit/test_uri
56tests/unit/test_ust_data
70d0b120 57tests/unit/test_utils_parse_size_suffix
355f483d
DG
58kernel_all_events_basic
59kernel_event_basic
a62e3ec7 60ust_global_event_wildcard
355f483d 61ust_global_event_basic
ae4349c8 62ust_global_all_events_basic
355f483d
DG
63gen-nevents
64gen-events-time
e72d66a6 65gen-events
f4e40ab6 66gen-ust-events
55009a22 67health_check
bd2d5dd1 68tests/regression/ust/overlap/demo/demo
91c75285
JG
69tests/regression/ust/linking/demo_builtin
70tests/regression/ust/linking/demo_static
71tests/regression/ust/linking/demo
43c28d50 72tests/regression/ust/daemon/daemon
ee28adfb 73tests/regression/ust/exit-fast/exit-fast
37bd6c8e
JG
74tests/regression/ust/fork/fork
75tests/regression/ust/fork/fork2
5836cdc2 76tests/regression/ust/libc-wrapper/prog
d8fe2117 77tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
56c86879
DG
78
79benchmark/
This page took 0.030012 seconds and 4 git commands to generate.