Skip to content

Commit 4a193a2

Browse files
committed
Package ignore all git dirs
1 parent b6825d8 commit 4a193a2

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ if(BUILD_PACKAGE)
196196
# Source packaging as tarball build with target package_source
197197
set(CPACK_SOURCE_GENERATOR "TGZ")
198198
set(CPACK_SOURCE_IGNORE_FILES
199-
\\.git/
200-
\\.pytest_cache/
201-
__pycache__/
199+
".*/?\\.git/"
200+
".*/?\\.pytest_cache/"
201+
".*/?__pycache__/"
202202
build/
203203
testroot/
204204
".*~$"

pkg/bsl.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,8 @@ popd
143143

144144

145145
%changelog
146+
* Wed Sep 17 2025 Brian Sipos - 1.0.0-0
147+
- Initial release version.
148+
146149
* Mon Oct 07 2024 Brian Sipos - 0.0.0-0
147150
- Initial development before version tagging.

0 commit comments

Comments
 (0)