README.md: add optional dependency on man
[lttng-tools.git] / .gitignore
index 295b696772adb373fa8378a74bc532197ed9ef3e..df149a4652e483c7388f4a6c9fc756de6fc35cb5 100644 (file)
@@ -37,6 +37,7 @@ tags
 # cscope and ctags
 cscope.*
 tags
+TAGS
 
 # m4 macros not automatically generated
 /m4/libtool.m4
@@ -95,11 +96,25 @@ health_check
 tests/regression/ust/python-logging/test_python_logging
 /tests/regression/ust/baddr-statedump/prog
 /tests/regression/ust/baddr-statedump/prog.debug
+/tests/regression/ust/baddr-statedump/prog.strip
+/tests/regression/ust/ust-dl/prog
+/tests/regression/ust/ust-dl/libfoo.so.debug
 /tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
 /tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
 /tests/regression/tools/live/live_test
 /tests/unit/ini_config/ini_config
 
+# man pages
+/doc/man/*.1
+/doc/man/*.3
+/doc/man/*.8
+/doc/man/*.xml
+/doc/man/*.html
+!/doc/man/lttng-crash.1
+!/doc/man/lttng-health-check.3
+!/doc/man/lttng-relayd.8
+!/doc/man/lttng-sessiond.8
+
 /benchmark/
 
 /include/version.h
This page took 0.022702 seconds and 4 git commands to generate.