summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2016-10-18 09:39:10 +0200
committerOndřej Surý <ondrej@sury.org>2016-10-20 19:28:01 +0200
commit925ce89b89c82ee652e59c5ba90abad29b916b29 (patch)
treeff0e21e3dd65bb4c96f3ab4e5c28331d4b511831 /.gitignore
parentBuild GnuTLS with --without-p11-kit (diff)
downloadknot-resolver-925ce89b89c82ee652e59c5ba90abad29b916b29.tar.xz
knot-resolver-925ce89b89c82ee652e59c5ba90abad29b916b29.zip
Dynamically resolve SONAME for libknot and libzscanner from Makefile
and set libknot_SONAME and libzscanner_SONAME as lua literals. Remove now obsolete libpath lua function - use find_soname from platform.mk to define <arg>_SONAME, add lua_pushliteral to daemon/engine.c and add -D to daemon/daemon.mk for any new library loaded from Lua.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7579e289..d8d6b0a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,7 @@
*.out
*.6
*.log
-*.inc
+/daemon/lua/*.inc
*.mdb
*.gcno
*.gcda
@@ -54,3 +54,4 @@ kresd.amalg.c
libkres.amalg.c
/doc/kresd.8
/libkres.pc
+/daemon/lua/sandbox.lua