mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +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$"
|
"/\\\\.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)
|
||||||
|
Loading…
Reference in New Issue
Block a user