Add epoll check to autoconf and Makefile
[lttng-tools.git] / .gitignore
index 3802f628876f3b0501f2fa33e7edb16eac5ac856..660c877394dd926258e98c1a98d1963ad7969acf 100644 (file)
@@ -12,18 +12,31 @@ Makefile
 Makefile.in
 *.loT
 *.info
+*.bz2
+*.tar
 configure
 aclocal.m4
 autom4te.cache/
 config.h
 config.h.in
-config/
 config.log
 config.status
 stamp-h1
 libtool
 tags
 
+# m4 macros not automatically generated
+config/
+!config/epoll.m4
+!config/config_feature.m4
+
 ltt-sessiond/ltt-sessiond
 lttng/lttng
 ltt-kconsumerd/ltt-kconsumerd
+
+tests/test_sessions
+tests/test_kernel_data_trace
+tests/kernel_all_events_basic
+tests/kernel_event_basic
+
+benchmark/
This page took 0.022947 seconds and 4 git commands to generate.