From 86c3b866ff45378502b66facd30aad398b88970b Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Thu, 10 Jan 2019 16:12:21 +0000 Subject: [PATCH] Add the build directory to the .gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c22f379..d536cfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /bin +/build /obj /lib /output