From c04455b80dedb8c64999e633693ee4d295cb0bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= <vladimir.cunat@nic.cz> Date: Wed, 15 Feb 2017 11:11:12 +0100 Subject: [PATCH] .gitignore: add some entries All either generated by the build system or some "standard tools". --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8bc735bb9..4fcc74aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ *.out *.6 *.log -/daemon/lua/*.inc *.mdb *.gcno *.gcda @@ -23,6 +22,7 @@ .libs .deps _obj +/.build-depend /autom4te.cache/* /config.log /config.h @@ -34,6 +34,7 @@ _obj /libtool /missing /compile +/compile_commands.json /depcomp /install-sh /stamp-h1 @@ -42,7 +43,10 @@ _obj /ylwrap /doc/doxyxml /doc/html +/daemon/kresc /daemon/kresd +/daemon/lua/*.inc +/daemon/lua/trust_anchors.lua /tests/test_array /tests/test_lru /tests/test_map @@ -56,3 +60,4 @@ libkres.amalg.c /doc/kresd.8 /libkres.pc /modules/version/version.lua +/tags -- GitLab