From 2306c364d23e2a849c86ebf8b76f7ffa34be6586 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 24 Feb 2016 17:13:27 +0100 Subject: [PATCH] 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 Acked-by: Frediano Ziglio --- .gitignore | 1 + server/tests/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index eb35f4b5..90fb62a6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ Makefile Makefile.in spice-server.pc stamp-h1 +test-driver INSTALL .version .tarball-version diff --git a/server/tests/.gitignore b/server/tests/.gitignore index 17ffa2cc..3b4544fb 100644 --- a/server/tests/.gitignore +++ b/server/tests/.gitignore @@ -14,3 +14,4 @@ libstat_test1.a libstat_test2.a libstat_test3.a libstat_test4.a +libtest.a