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 <simon@rozman.si>
This commit is contained in:
Simon Rozman 2020-06-29 10:43:24 +02:00
parent c5836536e4
commit bc4651495a

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/*.opensdf
/*.suo
/*.sdf
/.vs