From 5173321ff7ce4871208140e8d33a154689b4d68b Mon Sep 17 00:00:00 2001 From: Niall Cooling Date: Wed, 17 Jan 2024 12:34:52 +0000 Subject: [PATCH] added .gitignore file to ignore /build --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 259148f..1d7c5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ *.exe *.out *.app + +# Out of source build directory +build/