Add epoll check to autoconf and Makefile
[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
33ltt-sessiond/ltt-sessiond
34lttng/lttng
35ltt-kconsumerd/ltt-kconsumerd
36
37tests/test_sessions
38tests/test_kernel_data_trace
39tests/kernel_all_events_basic
40tests/kernel_event_basic
41
42benchmark/
This page took 0.022183 seconds and 4 git commands to generate.