From 120d9ce6907f8159930b6df452afc3ca1606b51e Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 12 Aug 2022 00:01:23 +0100 Subject: [PATCH] .gitignore: Add install_temp folder We don't want this folder to be searched, as it's just a temp folder. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index afcf382fc..081abe184 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ GeneratedFiles/ /UI/obs.rc .vscode/ /CI/include/*.lock.json +install_temp/ /other/