From 4af85f86122f4fd69ac01189160fd4e92e7a2917 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 24 Oct 2023 06:02:07 -0400 Subject: [PATCH] update gitignore for exes --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d2e3ac9..7680460 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ gencpp.cpp **/*.lib **/*.pdb -# **/*.exe +**/*.exe **/*.dll release/**