From 93e03144fc769e95a92fcf91c34f40610b754a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B8is=C3=A6ther=20Rasch?= Date: Mon, 20 Mar 2017 16:22:23 +0100 Subject: [PATCH] Added Visual Studio build artifacts to gitignore The Microsoft Linker creates an incremental linker database (extension: ilk) Debugging symbols are stored in pdb files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 50fa9a431b..1b9beb5c16 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ dnimcache/ *.zip *.iss *.log +*.ilk +*.pdb mapping.txt tags