From 3e23c0844444ebd898fc3da907c16a966ebf744f Mon Sep 17 00:00:00 2001 From: Jan Rada <31016933+ZelvaMan@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:37:20 +0100 Subject: [PATCH] update gitignore to also include binaries build on windows --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 78bd688..8398807 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ db-gen +/db-gen.exe