[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Nbd] [PATCH] build: Ignore copied file during in-tree build



Commit b885246 creates a symlink to work around an automake weakness,
but forgot to ignore the link when doing an in-tree build.

Signed-off-by: Eric Blake <eblake@...696...>
---

Hmm. I guess I was so busy testing VPATH builds that I forgot to
do one final test of an in-tree build :)

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index b005b11..0f22910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ ltmain.sh
 .libs/
 *.la
 ar-lib
+tests/run/cliserv.c
-- 
2.7.4




Reply to: