Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 825de35

Browse files
cryptomilkJakuje
authored andcommitted
cpack: Make sure to not package .git file
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com> (cherry picked from commit 362ab3a6844728160a298a5a26a41848c7265377)
1 parent a910526 commit 825de35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CPackConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
1010

1111
# SOURCE GENERATOR
1212
set(CPACK_SOURCE_GENERATOR "TXZ")
13-
set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]git/;/[.]clangd/;/[.]cache/;.gitignore;/build*;/obj*;tags;cscope.*;compile_commands.json;.*\.patch")
13+
set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]bare/;/[.]git/;/[.]git;/[.]clangd/;/[.]cache/;.gitignore;/build*;/obj*;tags;cscope.*;compile_commands.json;.*\.patch")
1414
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
1515

1616
### NSIS INSTALLER

0 commit comments

Comments
 (0)