Do not include .result~ files and such into packages

This commit is contained in:
Elena Stepanova 2014-02-10 23:53:04 +04:00
parent 41fd4844e8
commit 7258299774

View File

@ -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()