1# Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
2#
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License, version 2.0,
5# as published by the Free Software Foundation.
6#
7# This program is also distributed with certain software (including
8# but not limited to OpenSSL) that is licensed under separate terms,
9# as designated in a particular file or component or in included license
10# documentation.  The authors of MySQL hereby grant you an additional
11# permission to link the program and your derivative works with the
12# separately licensed software that they have included with MySQL.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17# GNU General Public License, version 2.0, for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program; if not, write to the Free Software
21# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
22
23SET(CPACK_SOURCE_IGNORE_FILES
24CMakeCache\\\\.txt
25cmake_dist\\\\.cmake
26CPackSourceConfig\\\\.cmake
27CPackConfig.cmake
28/cmake_install\\\\.cmake
29/CTestTestfile\\\\.cmake
30/CMakeFiles/
31/version_resources/
32/_CPack_Packages/
33$\\\\.gz
34$\\\\.zip
35/CMakeFiles/
36/version_resources/
37/_CPack_Packages/
38scripts/make_binary_distribution$
39scripts/msql2mysql$
40scripts/mysql_config$
41scripts/mysql_convert_table_format$
42scripts/mysql_find_rows$
43scripts/mysql_fix_extensions$
44scripts/mysql_install_db$
45scripts/mysql_secure_installation$
46scripts/mysql_setpermission$
47scripts/mysql_zap$
48scripts/mysqlaccess$
49scripts/mysqld_multi$
50scripts/mysqld_safe$
51scripts/mysqldumpslow$
52scripts/mysqlhotcopy$
53Makefile$
54include/config\\\\.h$
55include/my_config\\\\.h$
56/autom4te\\\\.cache/
57errmsg\\\\.sys$
58#
59)
60