1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-01 12:35:22 +00:00

Merge pull request #133 from floppym/ignore-dot-git

cmake: ignore .git when creating source tarball
This commit is contained in:
Mike Gelfand 2017-01-03 06:58:03 +03:00 committed by GitHub
commit 093f1c5798

View file

@ -542,7 +542,7 @@ endif()
set(CPACK_SOURCE_GENERATOR TBZ2)
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${TR_NAME}-${TR_USER_AGENT_PREFIX}")
set(CPACK_SOURCE_IGNORE_FILES
\\\\.svn
\\\\.git
)
include(CPack)