add config.ld excludes
This commit is contained in:
parent
f187530e0c
commit
7fd3b3282f
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ style = "."
|
|||
|
||||
file = {
|
||||
".",
|
||||
exclude = {"external"}
|
||||
exclude = {
|
||||
"external/lua/lua.h",
|
||||
"external/lua/ldblib.c",
|
||||
"external/json"
|
||||
}
|
||||
}
|
||||
|
||||
new_type("setting", "Settings")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue