diff mbox series

[ovs-dev,1/3] datapath-windows: Add directory to .gitignore

Message ID 20171106155157.12560-2-aserdean@ovn.org
State Accepted
Headers show
Series Fixes while compiling with 1709 and VS2017 | expand

Commit Message

Alin-Gabriel Serdean Nov. 6, 2017, 3:51 p.m. UTC
Visual Studio 2017 uses `.vs` directory for temporary files.

Add the directory to gitignore.

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

Patch

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