From b0f63bf83c4a47a0349575a42c616ee0dc202af5 Mon Sep 17 00:00:00 2001 From: Robert Schmidt Date: Thu, 23 Apr 2026 13:57:45 +0200 Subject: [PATCH] .gitignore: ignore build directories Signed-off-by: Robert Schmidt --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0733b4c180..1d7b0a06a4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ cmake_targets/*/build/ cmake_targets/ran_build/ log/ lte_build_oai/ +build* # IDE files .vscode