From 9c90118b48b2175e39d890aa23f018361c96dc1f Mon Sep 17 00:00:00 2001 From: jarupxx Date: Sun, 26 Nov 2017 21:09:31 +0900 Subject: [PATCH] Ignore Visual Studio temporary files - Visual Studio 2015/2017 cache folder - *.db-wal --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8bb25a3659..bed11a208a 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,9 @@ Ankh.NoLoad # but keep track of directories ending in .cache !*.[Cc]ache/ +# Visual Studio 2015/2017 cache files +.vs/ + # Backup & report files from converting an old project file # to a newer Visual Studio version. Backup files are not needed, # because we have git ;-) @@ -103,3 +106,4 @@ src/Version.h *.xbe *.ipch *.db-shm +*.db-wal