summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorElena Stepanova <elenst@wheezy-64.home>2014-02-10 23:53:04 +0400
committerElena Stepanova <elenst@wheezy-64.home>2014-02-10 23:53:04 +0400
commit7258299774c88ec976f9d2558fc8aa089d0e7b5e (patch)
tree4fdcbd6ec3df0551fd9d29a21eec7d5466a94596 /cmake
parent41fd4844e8492880f9139cd9f10992a3dac390df (diff)
downloadmariadb-git-7258299774c88ec976f9d2558fc8aa089d0e7b5e.tar.gz
Do not include .result~ files and such into packages
Diffstat (limited to 'cmake')
-rw-r--r--cmake/install_macros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/install_macros.cmake b/cmake/install_macros.cmake
index b1af0bbdf39..7feba109296 100644
--- a/cmake/install_macros.cmake
+++ b/cmake/install_macros.cmake
@@ -397,6 +397,7 @@ FUNCTION(INSTALL_MYSQL_TEST from to)
PATTERN "*.vcxproj.filters" EXCLUDE
PATTERN "*.vcxproj.user" EXCLUDE
PATTERN "CTest" EXCLUDE
+ PATTERN "*~" EXCLUDE
)
ENDIF()
ENDFUNCTION()