Tests: Replace prove by autotools tap runner
[lttng-tools.git] / .gitignore
index 0efccfa9eda3e7c6bdc74cc273b7567208442e4a..445e76919cc4ed9d4a5feaed0f63e5b0204add01 100644 (file)
@@ -16,6 +16,8 @@ Makefile.in
 *.bz2
 *.tar
 *.class
 *.bz2
 *.tar
 *.class
+*.trs
+*.log
 .dirstamp
 configure
 aclocal.m4
 .dirstamp
 configure
 aclocal.m4
@@ -37,6 +39,7 @@ tags
 # cscope and ctags
 cscope.*
 tags
 # cscope and ctags
 cscope.*
 tags
+TAGS
 
 # m4 macros not automatically generated
 /m4/libtool.m4
 
 # m4 macros not automatically generated
 /m4/libtool.m4
@@ -95,12 +98,23 @@ health_check
 tests/regression/ust/python-logging/test_python_logging
 /tests/regression/ust/baddr-statedump/prog
 /tests/regression/ust/baddr-statedump/prog.debug
 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/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
 
 /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/lttng-health-check.3
+
 /benchmark/
 
 /include/version.h
 /benchmark/
 
 /include/version.h
This page took 0.02411 seconds and 4 git commands to generate.