From 7c127672d84502231f791713c000dab86d863c79 Mon Sep 17 00:00:00 2001 From: Jonathan Williamson Date: Fri, 15 Jan 2021 16:20:25 +0000 Subject: [PATCH] Ignore build folders --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 259148fa..08e9f76d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ *.exe *.out *.app + +**/build