Skip to content

Commit

Permalink
[tarball] - add .gitmodules to exclude list
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
estewart08 committed Oct 15, 2024
1 parent c30db1f commit 690801b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/create_release_tarball_excludes
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ROCgdb/sim
flang/test
hcc
.git
.gitmodules
llgo
lldb
build

0 comments on commit 690801b

Please sign in to comment.