From 4c333975924a3eb12a23b585a9383d7a8bee3898 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 21 Mar 2024 08:40:44 -0700 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d1904756d2..36ba603fb6 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ configs/dram/lowp_sweep.cfg .pyenv .vscode typings +.DS_Store