From 29e66202f73e4fbcd26cd9872bf0c613f4a0e550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Fri, 24 Oct 2025 12:44:31 +0200 Subject: [PATCH] chore(gitignore): ignore common local installation paths --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e1d0720f..2e30f79e2 100644 --- a/.gitignore +++ b/.gitignore @@ -143,4 +143,10 @@ build/ /.cache/ .vscode -.codechecker \ No newline at end of file +.codechecker + +# Prevent upload of local installations +bin/ +share/ +lib/ +include/