update ignored files

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-05-14 16:21:36 +00:00
parent 991d29be67
commit e57b552444
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -21,3 +21,4 @@ apidocs
build
minsize
fastdev
debug

View file

@ -41,7 +41,7 @@ set(CPACK_PACKAGE_VERSION_MAJOR "4")
set(CPACK_PACKAGE_VERSION_MINOR "9")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_SET_DESTDIR TRUE)
set(CPACK_SOURCE_IGNORE_FILES "/build/;/minsize/;/fastdev/;/apidocs/;/.git;${CPACK_SOURCE_IGNORE_FILES}")
set(CPACK_SOURCE_IGNORE_FILES "/build/;/minsize/;/debug/;/apidocs/;/.git;${CPACK_SOURCE_IGNORE_FILES}")
set(CPACK_STRIP_FILES TRUE)
if(NOT CMAKE_VERSION VERSION_LESS "3.1.0")
set(CPACK_GENERATOR "TXZ")