Commit 39c141b4 authored by Sergei Golubchik's avatar Sergei Golubchik

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.
parent a50e6c9e
......@@ -15,6 +15,7 @@
SET(CPACK_SOURCE_IGNORE_FILES
\\\\.git/
\\\\.git$
\\\\.gitignore$
\\\\.gitattributes$
CMakeCache\\\\.txt$
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment