# HG changeset patch
# User Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
# Date 1417194552 -3600
# Node ID 1368ba6d538c58dc23c6553f486543e3e570fbc5
# Parent  247e36ba28149069ae1283b6d52fec4b3af56210
Excluding .git directory from the source tarball creation

diff -r 247e36ba2814 -r 1368ba6d538c cmake_modules/cpackvars.cmake
--- a/cmake_modules/cpackvars.cmake	Fri Nov 28 17:38:18 2014 +0100
+++ b/cmake_modules/cpackvars.cmake	Fri Nov 28 18:09:12 2014 +0100
@@ -35,6 +35,7 @@
     ".swp"
     #version control
     "\\\\.hg"
+    "\\\\.git"
     "\\\\.orig$"
     #output binary/library
     "\\\\.exe$"