From 3be084cb820d1df8dd76523565481584b5251acd Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Tue, 11 Jan 2022 01:42:26 -0400 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