gitignore: Fix match rules now realizing the last match takes precedence

This commit is contained in:
Mark Pizzolato 2022-02-20 11:25:54 -08:00
parent 660e2b9f3f
commit a8adf0d5f0

4
.gitignore vendored
View file

@ -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/*