From 6a0e817c2676d8b2b518c064636e671d3a3f1453 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 9 Apr 2020 20:58:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=81?= =?UTF-8?q?=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D0=B8=D0=B3=D0=BD=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D1=80=D1=83=D0=B5=D0=BC=D1=8B=D1=85=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20CPack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/etc/Variables.cmake | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cmake/etc/Variables.cmake b/cmake/etc/Variables.cmake index c12ec87..059cae4 100644 --- a/cmake/etc/Variables.cmake +++ b/cmake/etc/Variables.cmake @@ -11,18 +11,18 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "CMake project example") set(CPACK_DEBIAN_PACKAGE_SECTION "misc") set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional") set(CPACK_SOURCE_IGNORE_FILES + ${CMAKE_BINARY_DIR} .git/ - obj.*/ - _build - _output + .git$ + .gitlab-ci/ + _output/ files/lib files/log - debian/tmp/ - debian/files - debian/.*\\\\.log$ - debian/.*.substvars - debian/stamp.* + .clang-tidy + .cmake-format + .gitignore + .gitmodules + .gitlab-ci.yml CMakeLists.txt.user.* - cmake/lib/.git$ ~$ \\\\..*\\\\.swp$)