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 as published by
5# the Free Software Foundation; version 2 of the License.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10# GNU General Public License for more details.
11#
12# You should have received a copy of the GNU General Public License
13# along with this program; if not, write to the Free Software
14# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335  USA
15
16SET(CPACK_SOURCE_IGNORE_FILES
17\\\\.git/
18\\\\.git$
19\\\\.gitignore$
20\\\\.gitattributes$
21CMakeCache\\\\.txt$
22cmake_dist\\\\.cmake$
23CPackSourceConfig\\\\.cmake$
24CPackConfig.cmake$
25/cmake_install\\\\.cmake$
26/CTestTestfile\\\\.cmake$
27/CMakeFiles/
28/version_resources/
29/_CPack_Packages/
30\\\\.gz$
31\\\\.zip$
32/CMakeFiles/
33/version_resources/
34/_CPack_Packages/
35scripts/make_binary_distribution$
36scripts/msql2mysql$
37scripts/mysql_config$
38scripts/mysql_convert_table_format$
39scripts/mysql_find_rows$
40scripts/mysql_fix_extensions$
41scripts/mysql_install_db$
42scripts/mysql_secure_installation$
43scripts/mysql_setpermission$
44scripts/mysqlaccess$
45scripts/mysqld_multi$
46scripts/mysqld_safe$
47scripts/mysqldumpslow$
48scripts/mysqlhotcopy$
49Makefile$
50include/config\\\\.h$
51include/my_config\\\\.h$
52/autom4te\\\\.cache/
53errmsg\\\\.sys$
54\\\\.rpm$
55#
56)
57