Правка списка игнорируемых файлов для CPack
This commit is contained in:
parent
c08a9f1384
commit
6a0e817c26
@ -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$)
|
||||
|
Loading…
Reference in New Issue
Block a user