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:
Sergei Golubchik 2020-05-13 19:48:23 +02:00
parent a50e6c9eb1
commit 39c141b4ae

View file

@ -15,6 +15,7 @@
SET(CPACK_SOURCE_IGNORE_FILES
\\\\.git/
\\\\.git$
\\\\.gitignore$
\\\\.gitattributes$
CMakeCache\\\\.txt$