mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Cmake dist: Expand the list of not distributed files.
This commit is contained in:
parent
ff4005de68
commit
0eb0a3d94d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user