mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
windows/.gitignore: Ignore VC.db and VC.opendb files from VS2015
Since VS2015 update 2 .db files are used for storing browsing info, instead of .sdf files. If users don't specify a location for these files excplicitly they end up in the project directory so ignore them.
This commit is contained in:
1
windows/.gitignore
vendored
1
windows/.gitignore
vendored
@@ -7,3 +7,4 @@
|
||||
*.ilk
|
||||
*.filters
|
||||
/build/*
|
||||
*.VC.*db
|
||||
|
||||
Reference in New Issue
Block a user