mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-14 12:26:08 +00:00
chore: clean up lua from dot files
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
1bcac6f251
commit
2f3669b962
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,8 +11,6 @@ test/.phoronix-test-suite
|
|||||||
test/results*.json.*
|
test/results*.json.*
|
||||||
test/build
|
test/build
|
||||||
|
|
||||||
userspace/falco/lua/re.lua
|
|
||||||
userspace/falco/lua/lpeg.so
|
|
||||||
userspace/engine/lua/lyaml
|
userspace/engine/lua/lyaml
|
||||||
userspace/engine/lua/lyaml.lua
|
userspace/engine/lua/lyaml.lua
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
std = "min"
|
std = "min"
|
||||||
cache = true
|
cache = true
|
||||||
include_files = {
|
include_files = {
|
||||||
"userspace/falco/lua/*.lua",
|
|
||||||
"userspace/engine/lua/*.lua",
|
"userspace/engine/lua/*.lua",
|
||||||
"userspace/engine/lua/lyaml/*.lua",
|
"userspace/engine/lua/lyaml/*.lua",
|
||||||
"*.luacheckrc"
|
"*.luacheckrc"
|
||||||
|
Loading…
Reference in New Issue
Block a user