From 15854c5bb4bf2b757ff0d9c04b18b43eb785e6f3 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Wed, 30 Sep 2020 13:33:32 +0530 Subject: [PATCH] Update C++.gitignore --- C++.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 259148fa..b753618a 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -11,6 +11,12 @@ *.gch *.pch +# Linker files +*.ilk + +# Debugger Files +*.pdb + # Compiled Dynamic libraries *.so *.dylib