From 690801b02cdc90d5b53d54dbda3bad8e5e1a97e2 Mon Sep 17 00:00:00 2001 From: Ethan Stewart Date: Tue, 15 Oct 2024 09:45:28 -0500 Subject: [PATCH] [tarball] - add .gitmodules to exclude list Rocprofiler-register needs to clone or update submodules but the tarball build excludes .git files to begin with. This causes a git error during the build when trying to use submodule update. If the .gitmodules file does not exist it will clone a fresh copy of the submodules. --- bin/create_release_tarball_excludes | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/create_release_tarball_excludes b/bin/create_release_tarball_excludes index 3059128cc..2e53400a0 100755 --- a/bin/create_release_tarball_excludes +++ b/bin/create_release_tarball_excludes @@ -17,6 +17,7 @@ ROCgdb/sim flang/test hcc .git +.gitmodules llgo lldb build