[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20161119044653.GA27743@afluter.gmail.com>
Date: Fri, 18 Nov 2016 20:46:53 -0800
From: Alex Fluter <afluter@...il.com>
To: "K. Y. Srinivasan" <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>
Cc: linux-kernel@...r.kernel.org, afltuer@...il.com
Subject: [PATCH] Tools: hv: Add binaries to .gitignore
The three hv tools should be ignored by git
so that they do not appear as untracked files.
Signed-off-by: Alex Fluter <afluter@...il.com>
---
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
Powered by blists - more mailing lists