From b701f48fd3e89f9c8719692202f2e7e9fce67005 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 20 Aug 2020 12:11:51 +0200 Subject: [PATCH] Cleanup .gitignore .opensdf files are lock files present only when Visual Studio 2010 is open. As the Visual Studio might contain unsaved files, it is not wise to ignore that on commit. Signed-off-by: Simon Rozman --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3ba61b0..b68e248 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/*.opensdf /*.sdf /*.suo /.vs