Update .gitignore: Ignore .DS_Store on MacOS

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2022-06-29 13:00:07 -07:00 committed by Chris Packham
parent 88c393022e
commit 3defb7b165

3
.gitignore vendored
View File

@ -38,6 +38,9 @@ build.log
temp.*
stamp-h1
# MacOS
.DS_Store
# Testing
testing/docker/*/build
testing/docker/*/install