summaryrefslogtreecommitdiff
path: root/src/resolve/.gitignore
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-08-01 19:37:16 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-08-03 22:02:32 -0400
commit7263f72499e962b3fd54cdb7c79d49ca72121ede (patch)
treed74d2593c003166d21f38945c244b6d5a1180982 /src/resolve/.gitignore
parentfd00a088216f6d6a6c502faf6b46c1e2ae7cbc54 (diff)
resolve: add more record types and convert to gperf table
We are unlikely to evert support most of them, but we can at least display the types properly. The list is taken from the IANA list. The table of number->name mappings is converted to a switch statement. gcc does a nice job of optimizing lookup (when optimization is enabled). systemd-resolve-host -t is now case insensitive.
Diffstat (limited to 'src/resolve/.gitignore')
-rw-r--r--src/resolve/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resolve/.gitignore b/src/resolve/.gitignore
index ca3016e6a3..f0835923b7 100644
--- a/src/resolve/.gitignore
+++ b/src/resolve/.gitignore
@@ -1,2 +1,6 @@
/resolved-gperf.c
/resolved.conf
+/dns_type-from-name.gperf
+/dns_type-from-name.h
+/dns_type-list.txt
+/dns_type-to-name.h