From 5a3d31e0f261b4f588952932c8c44b81e932ed95 Mon Sep 17 00:00:00 2001 From: yair Date: Wed, 15 Apr 2020 10:23:33 +0300 Subject: [PATCH] Add build dir to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4d635af..5cd1edb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ *.swp #ignore thumbnails created by windows Thumbs.db +#ignore build folder +Build #Ignore files build by Visual Studio *.obj *.exe