X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=.gitignore;h=f9fd809e28dc8c5e83c14113c42e9d7a247cde89;hp=409b5d10595eaafac9c9e0e9a7951a68f7da2f31;hb=b8d767059daccc468ee4afcb671074e1a249782d;hpb=44f545c839f3ddc4d649a0df0a14a68195a9d252 diff --git a/.gitignore b/.gitignore index 409b5d105..f9fd809e2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ Makefile.in *.bz2 *.tar *.class +*.trs +*.log .dirstamp configure aclocal.m4 @@ -37,6 +39,7 @@ tags # cscope and ctags cscope.* tags +TAGS # m4 macros not automatically generated /m4/libtool.m4 @@ -93,11 +96,26 @@ health_check /tests/regression/ust/fork/fork2 /tests/regression/ust/libc-wrapper/prog 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/type-declarations/type-declarations +/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/asciidoc.conf +!/doc/man/lttng-health-check.3 + /benchmark/ /include/version.h