diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-16 00:48:24 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-18 15:37:27 +0100 |
commit | 65eb4378c3e1de25383d8cd606909e64c71edc80 (patch) | |
tree | 96c6ce50bb3eefea4322a22884d15c013929fc7b /.gitignore | |
parent | b98b483bac585af754e8a22ea890db8486905d8a (diff) |
systemd-hwdb: introduce new tool
This pulls out the hwdb managment from udevadm into an independent tool.
The old code is left in place for backwards compatibility, and easy of
testing, but all documentation is dropped to encourage use of the new
tool instead.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd9125d79c..c849c4dc9b 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,7 @@ /systemd-hibernate-resume /systemd-hibernate-resume-generator /systemd-hostnamed +/systemd-hwdb /systemd-inhibit /systemd-initctl /systemd-journal-gatewayd |