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
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
SET(CPACK_SOURCE_IGNORE_FILES
|
SET(CPACK_SOURCE_IGNORE_FILES
|
||||||
\\\\.git/
|
\\\\.git/
|
||||||
|
\\\\.git$
|
||||||
\\\\.gitignore$
|
\\\\.gitignore$
|
||||||
\\\\.gitattributes$
|
\\\\.gitattributes$
|
||||||
CMakeCache\\\\.txt$
|
CMakeCache\\\\.txt$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user