mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
Clean up Lua stuff
This commit is contained in:
parent
1e21a224f0
commit
49a96f9b6c
@ -190,6 +190,7 @@ set(CPACK_SOURCE_IGNORE_FILES
|
|||||||
"${CMAKE_SOURCE_DIR}/build/"
|
"${CMAKE_SOURCE_DIR}/build/"
|
||||||
"${CMAKE_SOURCE_DIR}/tmp/"
|
"${CMAKE_SOURCE_DIR}/tmp/"
|
||||||
"${CMAKE_SOURCE_DIR}/@"
|
"${CMAKE_SOURCE_DIR}/@"
|
||||||
|
"${CMAKE_SOURCE_DIR}/.*\\.lua"
|
||||||
"\\.dwarfs$"
|
"\\.dwarfs$"
|
||||||
"/\\."
|
"/\\."
|
||||||
".*~$")
|
".*~$")
|
||||||
|
18
dwarfs.lua
18
dwarfs.lua
@ -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)
|
function filter(f)
|
||||||
-- if f.name == 'Jamroot' or (f.name == 'test' and f.type == 'dir') then
|
-- if f.name == 'Jamroot' or (f.name == 'test' and f.type == 'dir') then
|
||||||
-- return false
|
-- return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user