From f68c7647d80145b50088a4ce62682af9e64ed1b3 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Mon, 23 Oct 2023 23:28:44 +1100 Subject: Ignore .exe Windows uses this lol not just the filename, duh --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e29fb00..ee09b02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ pasmgen-linux -pasmgen-win +*.exe -- cgit