X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=.gitignore;h=dbdf2bb49d8398a41277e73926272957c75ac291;hp=0657cd0d112e8ac2404ed3a098785c4c5c9d1085;hb=56b97a180a53aecbfe9f7162b8ece3faae973cf9;hpb=cf17313d62dcf1c10df0fe19287e354ede68206b diff --git a/.gitignore b/.gitignore index 0657cd0..dbdf2bb 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,15 @@ ltmain.sh # build output doc/*.1 +doc/*.1.html +doc/*.1.xml doc/*.5 +doc/*.5.html +doc/*.5.xml +doc/*.7 +doc/*.7.html +doc/*.7.xml +doc/docbook-xsl.css src/frontend/grammar.c src/frontend/grammar.h src/frontend/scanner.c @@ -48,9 +56,12 @@ src/sysdbd *.o sysdb.h -# unit testing output +# integration/unit testing output +t/integration/*.sh.log +t/integration/*.sh.trs t/unit/libsysdb_test t/unit/libsysdb_net_test t/unit/*.log t/unit/*.trs test-driver +test-suite.log