]> git.lyx.org Git - features.git/commitdiff
Cmake dist: Expand the list of not distributed files.
authorKornel Benko <kornel@lyx.org>
Wed, 15 Jun 2016 08:21:18 +0000 (10:21 +0200)
committerKornel Benko <kornel@lyx.org>
Wed, 15 Jun 2016 08:21:18 +0000 (10:21 +0200)
development/cmake/LyxPackaging.cmake

index 48cf0e96dd1db5927add3e04cfc22bc737d96bcf..5e6e0e43b513d56ac7803009f48eda991b30552d 100644 (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)