Skip to content

Commit 690801b

Browse files
committed
[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.
1 parent c30db1f commit 690801b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/create_release_tarball_excludes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ROCgdb/sim
1717
flang/test
1818
hcc
1919
.git
20+
.gitmodules
2021
llgo
2122
lldb
2223
build

0 commit comments

Comments
 (0)