summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorstijn <stijn@ignitron.net>2017-02-16 11:48:01 +0100
committerDamien George <damien.p.george@gmail.com>2017-02-17 16:42:25 +1100
commit7d02cc5ec40af1d5dc5419ee9e717faf2851c9fb (patch)
treec45484a9ae9d0348376940386fcab5d7fd1b02e1
parent9e2b2a1c177b8b5b611e9e471ba37f3a5e6136f3 (diff)
downloadmicropython-7d02cc5ec40af1d5dc5419ee9e717faf2851c9fb.tar.gz
micropython-7d02cc5ec40af1d5dc5419ee9e717faf2851c9fb.zip
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.
-rw-r--r--windows/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/.gitignore b/windows/.gitignore
index d26ef4db7f..ec28212111 100644
--- a/windows/.gitignore
+++ b/windows/.gitignore
@@ -7,3 +7,4 @@
*.ilk
*.filters
/build/*
+*.VC.*db