mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-14 03:35:52 +00:00
Fix gitignore
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
3613ead4d8
commit
8faf7a6f45
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,8 +1,10 @@
|
||||
*~
|
||||
*.o
|
||||
.*.sw?
|
||||
*.tar.bz2
|
||||
*.tar.gz
|
||||
*.pyc
|
||||
*.html
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
@ -35,3 +37,5 @@ docs/manual/manual.chunked/
|
||||
docs/manual/manual.html
|
||||
spice-server-enums.h
|
||||
spice-server-enums.c
|
||||
.dirstamp
|
||||
.deps
|
||||
|
||||
37
server/tests/.gitignore
vendored
37
server/tests/.gitignore
vendored
@ -1,17 +1,24 @@
|
||||
test_display_no_ssl
|
||||
test_display_streaming
|
||||
test_empty_success
|
||||
test_just_sockets_no_ssl
|
||||
test_fail_on_null_core_interface
|
||||
test_playback
|
||||
test_display_resolution_changes
|
||||
spice-server-replay
|
||||
test_display_width_stride
|
||||
test_two_servers
|
||||
test_vdagent
|
||||
stat_test
|
||||
libstat_test1.a
|
||||
libstat_test2.a
|
||||
libstat_test3.a
|
||||
libstat_test4.a
|
||||
libtest.a
|
||||
libtest-stat1.a
|
||||
libtest-stat2.a
|
||||
libtest-stat3.a
|
||||
libtest-stat4.a
|
||||
test-agent-msg-filter
|
||||
test-codecs-parsing
|
||||
test-display-no-ssl
|
||||
test-display-resolution-changes
|
||||
test-display-streaming
|
||||
test-display-width-stride
|
||||
test-empty-success
|
||||
test-fail-on-null-core-interface
|
||||
test-just-sockets-no-ssl
|
||||
test-loop
|
||||
test-options
|
||||
test-playback
|
||||
test-qxl-parsing
|
||||
test-stat
|
||||
test-stat-file
|
||||
test-stream
|
||||
test-two-servers
|
||||
test-vdagent
|
||||
|
||||
1
tools/.gitignore
vendored
Normal file
1
tools/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
reds_stat
|
||||
Loading…
Reference in New Issue
Block a user