]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitignore: add some entries
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 15 Feb 2017 10:11:12 +0000 (11:11 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 15 Feb 2017 10:11:53 +0000 (11:11 +0100)
All either generated by the build system or some "standard tools".

.gitignore

index 8bc735bb9c2d182d8d2332e781487a5c3a3d5908..4fcc74aa97981122502e0d41b33703b6ea2fb393 100644 (file)
@@ -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