X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=.gitignore;h=93ef389358c7a4903bc558602f56d673442b34c9;hp=052ffe4b744faff7259a1d60d65c0ee0cd52ce81;hb=6faa26cafc21ce8d5b8f20ae4d2682092fd74b03;hpb=88564da09144e7fd1202fe79aff1371478a69ecf diff --git a/.gitignore b/.gitignore index 052ffe4b7..93ef38935 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ Makefile.in *.bz2 *.tar *.class +*.trs +*.log .dirstamp configure aclocal.m4 @@ -27,15 +29,29 @@ config.status stamp-h1 libtool tags +/config/ + +.autotools +.cproject +.project +.settings/ + +# cscope and ctags +cscope.* +tags +TAGS # m4 macros not automatically generated -/config/ -!config/epoll.m4 -!config/config_feature.m4 +/m4/libtool.m4 +/m4/ltoptions.m4 +/m4/ltsugar.m4 +/m4/ltversion.m4 +/m4/lt~obsolete.m4 /src/bin/lttng-sessiond/lttng-sessiond /src/bin/lttng/lttng /src/bin/lttng-consumerd/lttng-consumerd +/src/bin/lttng-crash/lttng-crash /src/bin/lttng-relayd/lttng-relayd /src/lib/lttng-ctl/lttng-ctl.pc /src/lib/lttng-ctl/filter/filter-grammar-test @@ -68,6 +84,8 @@ gen-events-time gen-events gen-ust-events health_check +/tests/regression/tools/mi/extract_xml +/tests/regression/tools/mi/validate_xml /tests/regression/ust/overlap/demo/demo /tests/regression/ust/linking/demo_builtin /tests/regression/ust/linking/demo_static @@ -77,10 +95,32 @@ health_check /tests/regression/ust/fork/fork /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/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 +/tests/perf/find_event +/tests/perf/test_perf_raw + +# 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 + +classnoinst.stamp