From 4be00bc4f16bc3e4de5fab9e67d31ffb5006c5ac Mon Sep 17 00:00:00 2001 From: Mute Date: Thu, 13 Aug 2026 10:00:19 +0000 Subject: [PATCH] add Rust target/ to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 031c7b6..5ee624e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ Robovoice.Tts.LibPiper/piper.h ## Temp files *.wav *.raw + +## Rust build output +target/