]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
gitignore: add missing files created by kresd when executed in worktree
authorPetr Špaček <petr.spacek@nic.cz>
Thu, 22 Oct 2020 07:10:28 +0000 (09:10 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 26 Oct 2020 13:28:50 +0000 (14:28 +0100)
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.

.gitignore

index 808ba0ec1e9408fd43b4d81a555db910c6cec7a4..df30adf5c24181e2350616ba62cdc1c8cdeab70a 100644 (file)
@@ -37,6 +37,7 @@
 /config.status
 /config.sub
 /configure
+/control
 /coverage
 /coverage.stats
 /daemon/kresd
 /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