Clean up Lua stuff

This commit is contained in:
Marcus Holland-Moritz 2020-11-21 19:10:51 +01:00
parent 1e21a224f0
commit 49a96f9b6c
2 changed files with 19 additions and 0 deletions

View File

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

View File

@ -1,3 +1,21 @@
--
-- Copyright (c) Marcus Holland-Moritz
--
-- This file is part of dwarfs.
--
-- dwarfs is free software: you can redistribute it and/or modify it under the
-- terms of the GNU General Public License as published by the Free Software
-- Foundation, either version 3 of the License, or (at your option) any later
-- version.
--
-- dwarfs is distributed in the hope that it will be useful, but WITHOUT ANY
-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License along with
-- dwarfs. If not, see <https://www.gnu.org/licenses/>.
--
function filter(f)
-- if f.name == 'Jamroot' or (f.name == 'test' and f.type == 'dir') then
-- return false