remove additional git related files from release tarball (#13)
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 43416a100c]
This commit is contained in:
committed by
Karl W. Schulz
parent
8de2d6dc90
commit
a94a458d28
@@ -273,5 +273,5 @@ install(
|
||||
# Source tarball
|
||||
set(CPACK_SOURCE_GENERATOR "TGZ")
|
||||
set(CPACK_SOURCE_PACKAGE_FILE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
|
||||
set(CPACK_SOURCE_IGNORE_FILES ".*~$" \.git/ \.github /tests /build)
|
||||
set(CPACK_SOURCE_IGNORE_FILES ".*~$" \.git/ \.github \.gitmodules \.gitignore /tests /build)
|
||||
include(CPack)
|
||||
|
||||
Reference in New Issue
Block a user