.gitignore: Add install_temp folder

We don't want this folder to be searched, as it's just a temp folder.
This commit is contained in:
Chris 2022-08-12 00:01:23 +01:00 committed by Ryan Foster
parent a4564bee27
commit 120d9ce690

1
.gitignore vendored
View File

@ -42,6 +42,7 @@ GeneratedFiles/
/UI/obs.rc
.vscode/
/CI/include/*.lock.json
install_temp/
/other/