Test: add UST baddr statedump test
[lttng-tools.git] / .gitignore
index 5d24bec18733cc2759cec29d5beaabe7dc33d350..295b696772adb373fa8378a74bc532197ed9ef3e 100644 (file)
@@ -27,16 +27,23 @@ config.status
 stamp-h1
 libtool
 tags
+/config/
+
+.autotools
+.cproject
+.project
+.settings/
 
 # cscope and ctags
 cscope.*
 tags
 
 # m4 macros not automatically generated
-/config/
-!config/epoll.m4
-!config/config_feature.m4
-!/config/ax_*
+/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
@@ -85,6 +92,9 @@ 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/utils/testapp/gen-ust-nevents/gen-ust-nevents
 /tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
 /tests/regression/tools/live/live_test
This page took 0.023962 seconds and 5 git commands to generate.