From 0ff995a3f44c8d86f4d5799cf6efefbc231c99f9 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Mon, 6 Mar 2023 05:33:44 -0600 Subject: [PATCH] Update .gitignore to exclude Windows syso files These files are produced when running go generate as part of the build process and should not be retained in version control. refs GH-274 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8efac78..a7dd91a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ /send2teams /send2teams.exe +# Ignore go generate produced Windows executable resource files +*.syso +