mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 23:50:01 +00:00
don't include .git files in source packages
the existing ".git/" rule only filters out .git directories, but as we have submodules now, we have to filter out .git files too.
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
|
||||
SET(CPACK_SOURCE_IGNORE_FILES
|
||||
\\\\.git/
|
||||
\\\\.git$
|
||||
\\\\.gitignore$
|
||||
\\\\.gitattributes$
|
||||
CMakeCache\\\\.txt$
|
||||
|
Reference in New Issue
Block a user