From 144738427f1ea8bd657a4f64bb16367d5bb4fa7a Mon Sep 17 00:00:00 2001 From: TSnake41 Date: Sat, 16 Oct 2021 23:43:21 +0200 Subject: [PATCH] Improve gitignore --- .gitignore | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 6ea76a7..3f71b1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,11 @@ *.o -wray_standalone\.exe -src/wray_api\.c -libwray\.a - +*.res +*.a raylua_e.exe raylua_s.exe - +raylua_s +raylua_e src/autogen/bind.c src/autogen/boot.c src/autogen/builder.c - -libraylua.a -src/res/icon.res +libraylua.a \ No newline at end of file