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:
Michal Privoznik 2016-02-24 17:13:27 +01:00 committed by Frediano Ziglio
parent 97acfd6f3e
commit 2306c364d2
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ Makefile
Makefile.in
spice-server.pc
stamp-h1
test-driver
INSTALL
.version
.tarball-version

View File

@ -14,3 +14,4 @@ libstat_test1.a
libstat_test2.a
libstat_test3.a
libstat_test4.a
libtest.a