Add missing Makefile to directory and .gitignore
[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
48
de800f52
CB
49.checkpatch.conf
50
74310e7e
DG
51!memleak/Makefile
52
355f483d 53# Tests
81d029da
CB
54tests/unit/test_kernel_data
55tests/unit/test_session
56tests/unit/test_uri
57tests/unit/test_ust_data
70d0b120 58tests/unit/test_utils_parse_size_suffix
355f483d
DG
59kernel_all_events_basic
60kernel_event_basic
a62e3ec7 61ust_global_event_wildcard
355f483d 62ust_global_event_basic
ae4349c8 63ust_global_all_events_basic
355f483d
DG
64gen-nevents
65gen-events-time
e72d66a6 66gen-events
f4e40ab6 67gen-ust-events
55009a22 68health_check
bd2d5dd1 69tests/regression/ust/overlap/demo/demo
91c75285
JG
70tests/regression/ust/linking/demo_builtin
71tests/regression/ust/linking/demo_static
72tests/regression/ust/linking/demo
43c28d50 73tests/regression/ust/daemon/daemon
ee28adfb 74tests/regression/ust/exit-fast/exit-fast
37bd6c8e
JG
75tests/regression/ust/fork/fork
76tests/regression/ust/fork/fork2
5836cdc2 77tests/regression/ust/libc-wrapper/prog
56c86879
DG
78
79benchmark/
This page took 0.029597 seconds and 4 git commands to generate.