|
From: Lasse Kärkkäi. <tr...@us...> - 2009-07-06 01:29:43
|
Module: performous Branch: master Commit: aa2efeae9f8c8c127238a2c0ae2ff8729085da9a Author: Lasse Karkkainen <tro...@tr...> Date: Mon Jul 6 04:28:42 2009 +0300 Make source package generation ignore git files. --- cmake/performous-packaging.cmake | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cmake/performous-packaging.cmake b/cmake/performous-packaging.cmake index 3c788dd..b4b38ac 100644 --- a/cmake/performous-packaging.cmake +++ b/cmake/performous-packaging.cmake @@ -4,9 +4,11 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A karaoke game with pitch detection and s set(CPACK_PACKAGE_CONTACT "http://performous.org/") set(CPACK_SOURCE_IGNORE_FILES "/.cvsignore" + "/.gitignore" "/songs/" "/build/" "/.svn/" + "/.git/" "/osx-utils/" "/portage-overlay/" ) |