From 1d63bd638979fb809812b2c6ba40f4bf1e0d245d Mon Sep 17 00:00:00 2001 From: nub31 Date: Mon, 9 Feb 2026 12:59:43 +0100 Subject: [PATCH] ... --- compiler/.gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/compiler/.gitignore b/compiler/.gitignore index cd43175..57615c6 100644 --- a/compiler/.gitignore +++ b/compiler/.gitignore @@ -1,7 +1,4 @@ -# Common IntelliJ Platform excludes -.idea - -[Bb]in/ -[Oo]bj/ - +.idea +bin +obj out.c \ No newline at end of file