Remove .lua pattern from CPack spec

This commit is contained in:
Marcus Holland-Moritz 2020-12-05 22:53:53 +01:00
parent b4afb2fcfd
commit f82cf68ae6

View File

@ -339,7 +339,6 @@ set(CPACK_SOURCE_IGNORE_FILES
"${CMAKE_SOURCE_DIR}/build.*"
"${CMAKE_SOURCE_DIR}/tmp/"
"${CMAKE_SOURCE_DIR}/@"
"${CMAKE_SOURCE_DIR}/.*\\.lua"
"\\.dwarfs$"
"/\\."
".*~$")