[PATCH] Tools: hv: Add binaries to .gitignore

From: Alex Fluter
Date: Fri Nov 18 2016 - 23:49:24 EST


The three hv tools should be ignored by git
so that they do not appear as untracked files.

Signed-off-by: Alex Fluter <afluter@xxxxxxxxx>
---
tools/hv/.gitignore | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 tools/hv/.gitignore

diff --git a/tools/hv/.gitignore b/tools/hv/.gitignore
new file mode 100644
index 0000000..88b05e3
--- /dev/null
+++ b/tools/hv/.gitignore
@@ -0,0 +1,3 @@
+hv_fcopy_daemon
+hv_kvp_daemon
+hv_vss_daemon
--
2.7.4