diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:55:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:55:53 +0000 |
commit | 3d0386f27ca66379acf50199e1d1298386eeeeb8 (patch) | |
tree | f87bd4a126b3a843858eb447e8fd5893c3ee3882 /.gitignore | |
parent | Initial commit. (diff) | |
download | knot-resolver-3d0386f27ca66379acf50199e1d1298386eeeeb8.tar.xz knot-resolver-3d0386f27ca66379acf50199e1d1298386eeeeb8.zip |
Adding upstream version 3.2.1.upstream/3.2.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e92ac9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,71 @@ +*.o +*.a +*.so +*.so.* +*.dylib +*.dylib.* +*.lo +*.la +*.Plo +*.swp +*~ +*.d +*.db +*.out +*.6 +*.log +*.mdb +*.gcno +*.gcda +*.gcov +*.info +luacov.*.out +.dirstamp +.libs +.deps +_obj +/.build-depend +/autom4te.cache/* +/bench/bench_lru +/config.log +/config.h +/config.status +/config.guess +/config.sub +/configure +/ar-lib +/libtool +/missing +/compile +/compile_commands.json +/depcomp +/distro/tests/*/.vagrant +/install-sh +/stamp-h1 +/aclocal.m4 +/ltmain.sh +/ylwrap +/client/kresc +/doc/doxyxml +/doc/html +/daemon/kresd +/daemon/lua/*.inc +/daemon/lua/trust_anchors.lua +/tests/test_array +/tests/test_lru +/tests/test_map +/tests/test_module +/tests/test_pack +/tests/test_set +/tests/test_utils +/tests/test_zonecut +/tests/dnstap/src/dnstap-test/vendor/github.com/ +/tests/dnstap/src/github.com/ +.pytest_cache +kresd.amalg.c +libkres.amalg.c +/doc/kresd.8 +/libkres.pc +/tags +/coverage +/coverage.stats |