From 4c59ca75dac4bff1c5714e47532d481935f68569 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 26 Nov 2020 23:44:19 +0100 Subject: [PATCH] Ignore build*/ folders --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ec48ce..2c4432e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ compile_commands.json .clangd temp.* .vs -.cache \ No newline at end of file +.cache +build*/ \ No newline at end of file