You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.5 KiB

  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. SET(CPACK_SOURCE_IGNORE_FILES
  16. \\\\.git/
  17. \\\\.gitignore$
  18. \\\\.gitattributes$
  19. CMakeCache\\\\.txt$
  20. cmake_dist\\\\.cmake$
  21. CPackSourceConfig\\\\.cmake$
  22. CPackConfig.cmake$
  23. /cmake_install\\\\.cmake$
  24. /CTestTestfile\\\\.cmake$
  25. /CMakeFiles/
  26. /version_resources/
  27. /_CPack_Packages/
  28. \\\\.gz$
  29. \\\\.zip$
  30. /CMakeFiles/
  31. /version_resources/
  32. /_CPack_Packages/
  33. scripts/make_binary_distribution$
  34. scripts/msql2mysql$
  35. scripts/mysql_config$
  36. scripts/mysql_convert_table_format$
  37. scripts/mysql_find_rows$
  38. scripts/mysql_fix_extensions$
  39. scripts/mysql_install_db$
  40. scripts/mysql_secure_installation$
  41. scripts/mysql_setpermission$
  42. scripts/mysql_zap$
  43. scripts/mysqlaccess$
  44. scripts/mysqld_multi$
  45. scripts/mysqld_safe$
  46. scripts/mysqldumpslow$
  47. scripts/mysqlhotcopy$
  48. Makefile$
  49. include/config\\\\.h$
  50. include/my_config\\\\.h$
  51. /autom4te\\\\.cache/
  52. errmsg\\\\.sys$
  53. \\\\.rpm$
  54. #
  55. )