diff options
author | Yakov <git@yakov.cloud> | 2024-12-30 23:09:47 -0800 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-12-31 15:56:28 -0500 |
commit | 832e0fd458dbeecc6e71788ab47c7985b39dd7b0 (patch) | |
tree | 69fa0a41fb948a15808c0bd89250c2e9fa5977c9 | |
parent | fe78b07db6bd2806dbbdeca05f263c9e0cf0a57e (diff) | |
download | rockbox-832e0fd458.tar.gz rockbox-832e0fd458.zip |
update .gitignore to ignore macos files
dYSM files were generated upon building the simulator
Change-Id: Iff621925c862c784494165ce7d0d145f523fc1da
v
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6d72d8e9af..d3a564106f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.a *~ __pycache__ +.DS_STORE # Intermediate language files /apps/lang/*.update @@ -131,6 +132,7 @@ __pycache__ /tools/iaudio_bl_flash.h /tools/.vagrant /tools/*-console.log +/tools/*.dSYM # /tools/database/ /tools/database/database |