From: Petr Špaček Date: Thu, 22 Oct 2020 07:10:28 +0000 (+0200) Subject: gitignore: add missing files created by kresd when executed in worktree X-Git-Tag: v5.2.0~6^2~11 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=820de0bc35991be8ea142485babd2b38c195b9ad;p=thirdparty%2Fknot-resolver.git gitignore: add missing files created by kresd when executed in worktree New map() creates control/ sockets in current working directory so it pollutes worktree when developers run it in worktree. I've also added files with ephemeral certificates and pytests test report which were missing as well. --- diff --git a/.gitignore b/.gitignore index 808ba0ec1..df30adf5c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /config.status /config.sub /configure +/control /coverage /coverage.stats /daemon/kresd @@ -49,18 +50,22 @@ /doc/html /doc/kresd.8 /doc/texinfo +/ephemeral_key.pem /install-sh /libkres.pc /libtool /ltmain.sh /missing /modules/dnstap/dnstap.pb-c.* +/self.crt +/self.key /stamp-h1 /tags /tests/dnstap/src/dnstap-test/vendor/github.com/ /tests/dnstap/src/github.com/ /tests/pytests/*/tcproxy /tests/pytests/*/tlsproxy +/tests/pytests/pytests.parallel.html /tests/test_array /tests/test_lru /tests/test_map