[Nbd] [PATCH] build: Ignore copied file during in-tree build
- To: nbd-general@lists.sourceforge.net
- Subject: [Nbd] [PATCH] build: Ignore copied file during in-tree build
- From: Eric Blake <eblake@...696...>
- Date: Thu, 20 Oct 2016 14:05:52 -0500
- Message-id: <1476990352-27838-1-git-send-email-eblake@...696...>
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: