From e9b1e6f4431ec2109ed357f0de799ec039686205 Mon Sep 17 00:00:00 2001 From: Branden Akana Date: Sat, 18 Jan 2025 00:13:39 -1000 Subject: [PATCH] Ignore git submodule untracked files --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 2f5b6e5..90d43a6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,8 @@ path = thirdparty/godot-cpp url = https://github.com/godotengine/godot-cpp branch = 4.3 + ignore = untracked [submodule "thirdparty/libserialport"] path = thirdparty/libserialport url = https://github.com/sigrokproject/libserialport + ignore = untracked