From f6f177807fe4b9552e1bdd84698c03f683f381d6 Mon Sep 17 00:00:00 2001 From: stijn Date: Tue, 29 Nov 2022 16:59:43 +0100 Subject: [PATCH] windows/.gitignore: Simplify by removing build artefacts. Since all output is now in the build-/ directory, which is already excluded by the root .gitignore, we don't need to repeat that. --- ports/windows/.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ports/windows/.gitignore b/ports/windows/.gitignore index 12235e7c9e..4228ca48da 100644 --- a/ports/windows/.gitignore +++ b/ports/windows/.gitignore @@ -2,10 +2,6 @@ *.*sdf *.suo *.sln -*.exe -*.pdb -*.ilk *.filters -/build/* .vs/* *.VC.*db