misc: Add ".DS_Store" to .gitignore (#952)

These Apple MacOS files define custom characteristics of a directory.
They have nothing to do with the source code and should therefore be
ignored.
This commit is contained in:
Bobby R. Bruce
2024-03-21 08:40:44 -07:00
committed by GitHub
parent acd9d3ff94
commit 4c33397592

1
.gitignore vendored
View File

@@ -34,3 +34,4 @@ configs/dram/lowp_sweep.cfg
.pyenv
.vscode
typings
.DS_Store