[hedgewars] 01/01: Excluding .git directory from the source tarball creation
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Nov 28 17:07:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch exclude-git
in repository hedgewars.
commit d655cb2ad23a4835ed6577d0ae41d8e185ab1ae7
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Nov 28 18:07:18 2014 +0100
Excluding .git directory from the source tarball creation
---
cmake_modules/cpackvars.cmake | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmake_modules/cpackvars.cmake b/cmake_modules/cpackvars.cmake
index 8b88ceb..2f426df 100644
--- a/cmake_modules/cpackvars.cmake
+++ b/cmake_modules/cpackvars.cmake
@@ -35,6 +35,7 @@ set(CPACK_SOURCE_IGNORE_FILES
".swp"
#version control
"\\\\.hg"
+ "\\\\.git"
"\\\\.orig$"
#output binary/library
"\\\\.exe$"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git
More information about the Pkg-games-commits
mailing list