diff mbox

[ovs-dev,1/5] datapath-windows: Ignore VStudio 2015 temporary files

Message ID 20161205153937.8288-2-aserdean@cloudbasesolutions.com
State Accepted
Delegated to: Guru Shetty
Headers show

Commit Message

Alin Serdean Dec. 5, 2016, 3:39 p.m. UTC
Ignore the temporary files created by Visual Studio 2015 when opening
a solution.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
---
 datapath-windows/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

Sairam Venugopal Dec. 8, 2016, 11:08 p.m. UTC | #1
Acked-by: Sairam Venugopal <vsairam@vmware.com>


On 12/5/16, 7:39 AM, "Alin Serdean" <aserdean@cloudbasesolutions.com>
wrote:

>Ignore the temporary files created by Visual Studio 2015 when opening
>a solution.
>
>Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
>---
> datapath-windows/.gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/datapath-windows/.gitignore b/datapath-windows/.gitignore
>index a3ed49b..5d84960 100644
>--- a/datapath-windows/.gitignore
>+++ b/datapath-windows/.gitignore
>@@ -1,4 +1,6 @@
> /Package/x64/
>+*.db
>+*.opendb
> *.opensdf
> *.sdf
> /ovsext/x64/
>-- 
>2.10.2.windows.1
>_______________________________________________
>dev mailing list
>dev@openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_
>mailman_listinfo_ovs-2Ddev&d=DgICAg&c=uilaK90D4TOVoH58JNXRgQ&r=Z6vowHUOjP5
>ysP_g372c49Nqc1vEKqHKNBkR5Q5Z7uo&m=zfkY_DlMGfIGkGLEIIGs4vdMU8CEKSzzI8bCPjh
>ZV_M&s=r6DEOma1zd0XssHVnL1rsDZzNYoCHW6ZxQvFi5uC-20&e=
diff mbox

Patch

diff --git a/datapath-windows/.gitignore b/datapath-windows/.gitignore
index a3ed49b..5d84960 100644
--- a/datapath-windows/.gitignore
+++ b/datapath-windows/.gitignore
@@ -1,4 +1,6 @@ 
 /Package/x64/
+*.db
+*.opendb
 *.opensdf
 *.sdf
 /ovsext/x64/