X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=.gitignore;h=74921b82349d1474e1b4d3333f42755977e1dbb8;hb=3ec2d4e765697f64eb3a240709b00e83f769d739;hp=9f1fd8ff4e3ca14646e8733b29d48b78738fa7d2;hpb=d6c02e4e0ff5c234b6b59a4e923d9d7c4fe813e3;p=sysdb.git diff --git a/.gitignore b/.gitignore index 9f1fd8f..74921b8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,12 @@ ltmain.sh # build output doc/*.1 +doc/*.1.html doc/*.5 +doc/*.5.html +doc/*.7 +doc/*.7.html +doc/docbook-xsl.css src/frontend/grammar.c src/frontend/grammar.h src/frontend/scanner.c @@ -48,9 +53,12 @@ src/sysdbd *.o sysdb.h -# unit testing output -t/libsysdb_test -t/libsysdb_net_test -t/*.log -t/*.trs +# 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