Ignore the temporary files created by Visual Studio 2015 when opening a solution.
Signed-off-by: Alin Gabriel Serdean <[email protected]> --- 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 [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
