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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -34,3 +34,4 @@ configs/dram/lowp_sweep.cfg
|
|||||||
.pyenv
|
.pyenv
|
||||||
.vscode
|
.vscode
|
||||||
typings
|
typings
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user