Skip to content

Commit 2858926

Browse files
cmake: don't include some more files in the release archive
1 parent cfbcf2d commit 2858926

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,18 @@ set(CPACK_SOURCE_PACKAGE_VERSION_PATCH "${VERSION_PATCH}")
185185
SET(CPACK_SOURCE_PACKAGE_FILE_NAME
186186
"HPCombi-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
187187
set(CPACK_SOURCE_IGNORE_FILES
188-
".circleci"
188+
"/\\.DS_Store"
189+
"/\\.circleci/"
189190
"/\\.git/"
191+
"/\\.github/"
192+
"/\\.gitignore"
193+
"/\\.mailmap"
194+
"/TODO.txt"
190195
"/build/"
191196
"/doc.html"
192197
"/experiments/"
193198
"/gh-pages/"
199+
"/release.toml"
194200
)
195201
include(CPack)
196202

0 commit comments

Comments
 (0)