tests: Add missing output file to gitignore list

Ignore generated output files.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2025-03-15 16:27:18 +00:00
parent 64acc8749f
commit 4227b86bf3
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,10 @@ makecheck:
../autogen.sh --enable-werror
- make
- make -C server check || (cat server/tests/test-suite.log && exit 1)
# check if there are not ignored files
- >
test $(git clean -n | wc -l) = 0 ||
(echo 'Found some not ignored files:' >&2; git clean -n; exit 1)
meson-makecheck:
script:

View File

@ -7,6 +7,7 @@ libtest-stat4.a
test-agent-msg-filter
test-channel
test-codecs-parsing
test-dispatcher
test-display-no-ssl
test-display-resolution-changes
test-display-streaming
@ -18,6 +19,7 @@ test-loop
test-options
test-playback
test-qxl-parsing
test-set-ticket
test-stat
test-stat-file
test-stream