Skip to content
Snippets Groups Projects
Commit c04455b8 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

.gitignore: add some entries

All either generated by the build system or some "standard tools".
parent b637e892
2 merge requests!254Knot Resolver 1.2.5,!203.gitignore: add some entries
Pipeline #1754 passed with stages
in 1 minute and 6 seconds
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
*.out *.out
*.6 *.6
*.log *.log
/daemon/lua/*.inc
*.mdb *.mdb
*.gcno *.gcno
*.gcda *.gcda
...@@ -23,6 +22,7 @@ ...@@ -23,6 +22,7 @@
.libs .libs
.deps .deps
_obj _obj
/.build-depend
/autom4te.cache/* /autom4te.cache/*
/config.log /config.log
/config.h /config.h
...@@ -34,6 +34,7 @@ _obj ...@@ -34,6 +34,7 @@ _obj
/libtool /libtool
/missing /missing
/compile /compile
/compile_commands.json
/depcomp /depcomp
/install-sh /install-sh
/stamp-h1 /stamp-h1
...@@ -42,7 +43,10 @@ _obj ...@@ -42,7 +43,10 @@ _obj
/ylwrap /ylwrap
/doc/doxyxml /doc/doxyxml
/doc/html /doc/html
/daemon/kresc
/daemon/kresd /daemon/kresd
/daemon/lua/*.inc
/daemon/lua/trust_anchors.lua
/tests/test_array /tests/test_array
/tests/test_lru /tests/test_lru
/tests/test_map /tests/test_map
...@@ -56,3 +60,4 @@ libkres.amalg.c ...@@ -56,3 +60,4 @@ libkres.amalg.c
/doc/kresd.8 /doc/kresd.8
/libkres.pc /libkres.pc
/modules/version/version.lua /modules/version/version.lua
/tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment