* [PATCH] Tools: hv: Add binaries to .gitignore
@ 2016-11-19 4:46 Alex Fluter
0 siblings, 0 replies; only message in thread
From: Alex Fluter @ 2016-11-19 4:46 UTC (permalink / raw)
To: K. Y. Srinivasan, Haiyang Zhang; +Cc: linux-kernel, afltuer
The three hv tools should be ignored by git
so that they do not appear as untracked files.
Signed-off-by: Alex Fluter <afluter@gmail.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-19 4:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-19 4:46 [PATCH] Tools: hv: Add binaries to .gitignore Alex Fluter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).