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