mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-11 16:55:33 +00:00
Update .gitignore files
The first part updates the .gitignore file in the root directory
because the file is obviously generated by automake but poison
our working tree.
The second part updates the .gitignore under server/tests/
directory because since 0db1137d we have a noinst test library
libtest.a. However, like in previous case, git should never track
this file.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
97acfd6f3e
commit
2306c364d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,6 +27,7 @@ Makefile
|
||||
Makefile.in
|
||||
spice-server.pc
|
||||
stamp-h1
|
||||
test-driver
|
||||
INSTALL
|
||||
.version
|
||||
.tarball-version
|
||||
|
||||
1
server/tests/.gitignore
vendored
1
server/tests/.gitignore
vendored
@ -14,3 +14,4 @@ libstat_test1.a
|
||||
libstat_test2.a
|
||||
libstat_test3.a
|
||||
libstat_test4.a
|
||||
libtest.a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user