update
This commit is contained in:
parent
8e1b48e868
commit
f0cba8e7f6
@ -246,19 +246,19 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "CMake project example")
|
|||||||
set(CPACK_DEBIAN_PACKAGE_SECTION "misc")
|
set(CPACK_DEBIAN_PACKAGE_SECTION "misc")
|
||||||
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
|
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
|
||||||
set(CPACK_SOURCE_IGNORE_FILES
|
set(CPACK_SOURCE_IGNORE_FILES
|
||||||
|
${CMAKE_BINARY_DIR}
|
||||||
.git/
|
.git/
|
||||||
obj.*/
|
.git$
|
||||||
_build
|
.gitlab-ci/
|
||||||
_output
|
_output/
|
||||||
files/lib
|
files/lib
|
||||||
files/log
|
files/log
|
||||||
debian/tmp/
|
.clang-tidy
|
||||||
debian/files
|
.cmake-format
|
||||||
debian/.*\\\\.log$
|
.gitignore
|
||||||
debian/.*.substvars
|
.gitmodules
|
||||||
debian/stamp.*
|
.gitlab-ci.yml
|
||||||
CMakeLists.txt.user.*
|
CMakeLists.txt.user.*
|
||||||
cmake/lib/.git$
|
|
||||||
~$
|
~$
|
||||||
\\\\..*\\\\.swp$)
|
\\\\..*\\\\.swp$)
|
||||||
----
|
----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user