X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=.gitignore;h=794df9def4d9fa614aa8e14a676f1f4ca104bee7;hp=cbcff9ea20be3386a39cb04aac74e37c9475446c;hb=2bedf84846826ef5c4e1c198ea04d7ebd96201f8;hpb=ad866a5c2320511e2f17178f8b6d7f1655844620 diff --git a/.gitignore b/.gitignore index cbcff9ea2..794df9def 100644 --- a/.gitignore +++ b/.gitignore @@ -27,19 +27,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 @@ -83,6 +93,12 @@ 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/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 @@ -91,3 +107,5 @@ health_check /benchmark/ /include/version.h + +classnoinst.stamp