From 2fd2631ac6023ddf894df913be3eb82511cb3ee7 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Mon, 10 Aug 2020 11:29:27 +0200 Subject: [PATCH] Git-ignore the `arduino-cli.exe` on Windows. When I build the CLI on Windows, I do not want to see the executable as an outgoing Git change. Same as on POSIX. Signed-off-by: Akos Kitta --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5de33223d9c..6e7b8d65eb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /debug -/arduino-cli +/arduino-cli* /main /.vscode/ /cmd/formatter/debug.test