Skip to content

Commit

Permalink
don't include .git files in source packages
Browse files Browse the repository at this point in the history
the existing ".git/" rule only filters out .git directories,
but as we have submodules now, we have to filter out .git files too.
  • Loading branch information
vuvova committed May 27, 2020
1 parent a50e6c9 commit 39c141b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/cpack_source_ignore_files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

SET(CPACK_SOURCE_IGNORE_FILES
\\\\.git/
\\\\.git$
\\\\.gitignore$
\\\\.gitattributes$
CMakeCache\\\\.txt$
Expand Down

0 comments on commit 39c141b

Please sign in to comment.