Excluding .git directory from the source tarball creation
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>
Fri, 28 Nov 2014 18:09:12 +0100
changeset 10565 1368ba6d538c
parent 10563 247e36ba2814
child 10567 9744ca2764d6
Excluding .git directory from the source tarball creation
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$"