From eb83b1d643f6d79070224b146c9d36f1256f897c Mon Sep 17 00:00:00 2001 From: Nauchnik Date: Wed, 4 May 2016 12:50:02 +0900 Subject: [PATCH] ignore Visual C++ cache files --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 97bf240..876fc91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,16 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. -# .VC.db +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile *.VC.db -SSPEMDD.VC.db +*.VC.VC.opendb # User-specific files *.suo