diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 10:17:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 10:24:19 +0200 |
commit | b1b666a210aa8947cf2ad760160538af951922a1 (patch) | |
tree | 7d6a8d0b5ed4f3bb8e8710b9359cc9ae50d7d5c5 /cmake | |
parent | ed38096782a21d82be730f2bdb18a168b97f5f10 (diff) |
cmake: exclude git-gtm
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/opentrack-install.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake index 3a63cf69..1f4eaa09 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -12,6 +12,7 @@ macro(otr_install_dir path) DIRECTORY ${ARGN} DESTINATION "${path}" FILE_PERMISSIONS ${opentrack-perms-file} DIRECTORY_PERMISSIONS ${opentrack-perms-dir} + PATTERN ".gtm" EXCLUDE ) endmacro() |