From 3891b54f429d190471af175768a5c72f73e06944 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 21 Oct 2022 05:11:54 -0300 Subject: [PATCH] chore: ignores for building on windows --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1f9720..15ac6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,8 @@ /zig-cache /zig-out /docs -**/*.log \ No newline at end of file +**/*.log + +# Build on WIndows +/.build_config +/lib/SDL2 \ No newline at end of file