From 0221bcb9a2dbd5d00e7115bcc2df8a81ef18db76 Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Sat, 4 Jan 2020 10:07:05 -0700 Subject: [PATCH] Fixed gitignore to recognize directories --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 601f11e..ea4894a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ # Ignore binary files -out +out/ *.bin # Ignore compiled object files -.vs +.vs/ *.o *.d