Ignore generated dSYM debug symbols archive on mac

This commit is contained in:
Graham Pentheny 2022-10-25 19:47:43 -04:00 committed by Graham Pentheny
parent 4e233f22b4
commit c14a5a5897

3
.gitignore vendored
View File

@ -16,6 +16,9 @@ RecastDemo/Bin/Tests
# Build directory
RecastDemo/Build
# XCode debug symbols archive
RecastDemo/Bin/*.dSYM
# Ignore meshes
RecastDemo/Bin/Meshes/*