mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 23:49:04 +00:00
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>
36 lines
416 B
Plaintext
36 lines
416 B
Plaintext
*~
|
|
.*.sw?
|
|
*.tar.bz2
|
|
*.tar.gz
|
|
*.pyc
|
|
aclocal.m4
|
|
autom4te.cache
|
|
compile
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
m4/libtool.m4
|
|
m4/lt~obsolete.m4
|
|
m4/ltoptions.m4
|
|
m4/ltsugar.m4
|
|
m4/ltversion.m4
|
|
missing
|
|
Makefile
|
|
Makefile.in
|
|
spice-server.pc
|
|
stamp-h1
|
|
test-driver
|
|
INSTALL
|
|
.version
|
|
.tarball-version
|
|
docs/manual/manual.chunked/
|
|
docs/manual/manual.html
|