Cmake dist: Expand the list of not distributed files.

This commit is contained in:
Kornel Benko 2016-06-15 10:21:18 +02:00
parent ff4005de68
commit 0eb0a3d94d

View File

@ -163,8 +163,12 @@ SET(CPACK_SOURCE_IGNORE_FILES
"/\\\\.project$" "/\\\\.project$"
"/\\\\.cproject$" "/\\\\.cproject$"
"/\\\\.history$" "/\\\\.history$"
"/\\\\.gitignore$"
"/\\\\.gitattributes$"
"\\\\.#" "\\\\.#"
"\\\\.swp$" "\\\\.swp$"
"\\\\.my$"
"\\\\.pyc$"
"~$" "~$"
"/#" "/#"
"/_CPack_Packages/" "/_CPack_Packages/"
@ -188,7 +192,12 @@ SET(CPACK_SOURCE_IGNORE_FILES
"/autom4te\\\\.cache/" "/autom4te\\\\.cache/"
"/\\\\.deps/" "/\\\\.deps/"
"/build/" "/build/"
"/attic/"
"/HTML/"
"/lyx-2\\\\." "/lyx-2\\\\."
"/InsetMathXYArrow\\\\..*$"
"/expectedTestFailures$"
"/MergedManuals.lyx$"
) )
if(LYX_CPACK) if(LYX_CPACK)