Visual Studio 2017 uses `.vs` directory for temporary files.

Add the directory to gitignore.

Signed-off-by: Alin Gabriel Serdean <aserd...@ovn.org>
---
 datapath-windows/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datapath-windows/.gitignore b/datapath-windows/.gitignore
index 5d84960..8e8f0c7 100644
--- a/datapath-windows/.gitignore
+++ b/datapath-windows/.gitignore
@@ -1,3 +1,4 @@
+/.vs
 /Package/x64/
 *.db
 *.opendb
-- 
2.10.2.windows.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to