mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01: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:
parent
a50e6c9eb1
commit
39c141b4ae
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
SET(CPACK_SOURCE_IGNORE_FILES
|
||||
\\\\.git/
|
||||
\\\\.git$
|
||||
\\\\.gitignore$
|
||||
\\\\.gitattributes$
|
||||
CMakeCache\\\\.txt$
|
||||
|
|
Loading…
Reference in a new issue