Merge pull request #21 from LocutusOfBorg/exclude-git
authorsheepluva <sheepluva@users.noreply.github.com>
Fri, 28 Nov 2014 18:11:31 +0100
changeset 10567 9744ca2764d6
parent 10563 247e36ba2814 (current diff)
parent 10565 1368ba6d538c (diff)
child 10569 a960f529d4bc
child 10570 a781c9dc27ec
Merge pull request #21 from LocutusOfBorg/exclude-git Excluding .git directory from the source tarball creation
--- a/cmake_modules/cpackvars.cmake	Fri Nov 28 17:38:18 2014 +0100
+++ b/cmake_modules/cpackvars.cmake	Fri Nov 28 18:11:31 2014 +0100
@@ -35,6 +35,7 @@
     ".swp"
     #version control
     "\\\\.hg"
+    "\\\\.git"
     "\\\\.orig$"
     #output binary/library
     "\\\\.exe$"