mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 09:04:33 +00:00
Update .gitignore with a few more generated files
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
This commit is contained in:
parent
c4ddc5ba51
commit
b0b19f4b25
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,7 +17,9 @@ depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
m4/
|
||||
missing
|
||||
Makefile
|
||||
Makefile.in
|
||||
spice-server.pc
|
||||
stamp-h1
|
||||
|
||||
1
client/.gitignore
vendored
1
client/.gitignore
vendored
@ -10,3 +10,4 @@ generated_demarshallers.cpp
|
||||
generated_demarshallers1.cpp
|
||||
generated_marshallers.cpp
|
||||
generated_marshallers1.cpp
|
||||
spicec
|
||||
|
||||
1
client/x11/.gitignore
vendored
1
client/x11/.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
*.loT
|
||||
*.o
|
||||
.deps
|
||||
.dirstamp
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
1
common/.gitignore
vendored
1
common/.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
*.loT
|
||||
*.o
|
||||
.deps
|
||||
.dirstamp
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
2
server/tests/.gitignore
vendored
2
server/tests/.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
test_display_no_ssl
|
||||
test_display_streaming
|
||||
test_empty_success
|
||||
test_just_sockets_no_ssl
|
||||
test_fail_on_null_core_interface
|
||||
test_playback
|
||||
|
||||
Loading…
Reference in New Issue
Block a user