From 0c5e1466b3903fe06afe46309e0d0423b33ba230 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Vavru=C5=A1a?= Date: Wed, 29 Nov 2017 13:58:26 -0800 Subject: [PATCH] fix gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9fb1f27c..5bab2d702 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,6 @@ _obj /doc/html /daemon/kresd /daemon/lua/*.inc -/daemon/lua/kres.lua /daemon/lua/trust_anchors.lua /daemon/lua/zonefile.lua /tests/test_array @@ -67,3 +66,4 @@ libkres.amalg.c /libkres.pc /modules/version/version.lua /tags +/coverage -- 2.47.2