From a8adf0d5f0869661d242fc841f7e0dbe704f060c Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 20 Feb 2022 11:25:54 -0800 Subject: [PATCH] gitignore: Fix match rules now realizing the last match takes precedence --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a305e868..d003919f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,9 @@ Thumbs.db .DS_Store #Ignore files built by Visual Studio *.obj +*.exe # VAX/vmb.exe is not a generated file and should be in the repository !VAX/vmb.exe -*.exe *.pdb *.user *.aps @@ -41,9 +41,9 @@ ipch/ # We only care about specific files in the Visual Studio Projects # folder. Things which are there on the fly to support debugging # or other things we don't want git to manage. +Visual Studio Projects/* !Visual Studio Projects/*.vcproj !Visual Studio Projects/*.sln !Visual Studio Projects/0ReadMe_Projects.txt -Visual Studio Projects/*