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@xxxxxxxxxx> --- .gitignore | 1 + server/tests/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index eb35f4b..90fb62a 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 17ffa2c..3b4544f 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 -- 2.4.10 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel