From a94a458d28b32cbc1a103167457389b2ce8f86f5 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 10 Nov 2022 15:22:57 -0600 Subject: [PATCH] remove additional git related files from release tarball (#13) Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 43416a100c8a72bd71fd0debc6522e1afc57cc74] --- projects/rocprofiler-compute/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index cc33ffd2d3..bb69547e45 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -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)