From 622b7505f7a07e4cdf3f728598c1abee1a23f77d Mon Sep 17 00:00:00 2001 From: Aviral Goel Date: Wed, 8 Mar 2023 12:32:33 -0800 Subject: [PATCH] Update C++.gitignore Added extra extensions that must be ignored when a C++ project is created in VS. --- C++.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 259148fa..1fd51418 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -30,3 +30,12 @@ *.exe *.out *.app + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile