mirror of
https://github.com/simh/simh.git
synced 2026-02-27 01:00:07 +00:00
gitignore: Fix match rules now realizing the last match takes precedence
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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/*
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user