diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2017-02-15 11:11:12 +0100 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2017-02-15 11:11:53 +0100 |
commit | c04455b80dedb8c64999e633693ee4d295cb0bcd (patch) | |
tree | b269beef243d5acc5bfe85917b9cbd593570703b /.gitignore | |
parent | Merge !196: Query name minimization tests in CI (diff) | |
download | knot-resolver-c04455b80dedb8c64999e633693ee4d295cb0bcd.tar.xz knot-resolver-c04455b80dedb8c64999e633693ee4d295cb0bcd.zip |
.gitignore: add some entries
All either generated by the build system or some "standard tools".
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |