From e155c8d0744329e2a624e1800039615aaedcefe0 Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Mon, 2 Feb 2026 12:36:03 +0100 Subject: [PATCH] Update .gitignore to exclude root binary --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1723e4b..41d0d0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Build macos/build/ macos/WhisperDictate.app/Contents/MacOS/ +WhisperDictate *.o *.dSYM/ *.dmg