Complete change of the source directory tree
[lttng-tools.git] / .gitignore
... / ...
CommitLineData
1*.o
2*.so
3*.swp
4*.o
5*.swo
6Makefile
7.libs/
8.deps/
9*~
10*.la
11*.lo
12Makefile.in
13*.loT
14*.info
15*.bz2
16*.tar
17configure
18aclocal.m4
19autom4te.cache/
20config.h
21config.h.in
22config.log
23config.status
24stamp-h1
25libtool
26tags
27
28# m4 macros not automatically generated
29config/
30!config/epoll.m4
31!config/config_feature.m4
32
33src/bin/lttng-sessiond/lttng-sessiond
34src/bin/lttng/lttng
35src/bin/lttng-consumerd/lttng-consumerd
36
37tests/test_sessions
38tests/test_kernel_data_trace
39tests/test_ust_data_trace
40tests/kernel_all_events_basic
41tests/kernel_event_basic
42tests/ust_global_all_events_basic
43tests/ust_global_event_basic
44tests/ust-nevents/gen-nevents
45tests/ust-nprocesses/gen-events-time
46
47benchmark/
This page took 0.021778 seconds and 4 git commands to generate.