From bc4651495a3dfd3289a96c02f4ba5884e39811e5 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 29 Jun 2020 10:43:24 +0200 Subject: [PATCH] Remove *.opensdf from .gitignore *.opensdf file is a VS2010 lock file for the .sdf database. Its presence indicates an open VS2010 on the project. Should there be any unsaved files in the VS2010 it is better the Git indicate this by noticing .opensdf file presence. Signed-off-by: Simon Rozman --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 601ff47..88cddeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/*.opensdf /*.suo /*.sdf /.vs