X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=.gitignore;h=263b2a05c500cd1417194fce8b7d72cc06b6e505;hp=ca08d958496802c45960754c4db2715f4381c772;hb=fbc08f38de61a27756c2e667715db8dce7fcb15e;hpb=65385a822c061a32c9059caac52f1a69bd06795b diff --git a/.gitignore b/.gitignore index ca08d9584..263b2a05c 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 @@ -96,13 +99,24 @@ 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/regression/ust/ust-dl/libbar.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-attrs.conf +!/doc/man/lttng-health-check.3 + /benchmark/ /include/version.h