diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-10 01:08:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-10 01:08:13 -0500 |
commit | 4a5567d5d6ab01974dd089eb8907fecd6aff4fcf (patch) | |
tree | 4f40cdd195f08022e2846d5c9757147ca436fede /.gitignore | |
parent | nspawn: add missing -E to getopt_long (#4860) (diff) | |
parent | man: update the nspawn man page, and document what kind of dissection feature... (diff) | |
download | systemd-4a5567d5d6ab01974dd089eb8907fecd6aff4fcf.tar.gz systemd-4a5567d5d6ab01974dd089eb8907fecd6aff4fcf.tar.bz2 systemd-4a5567d5d6ab01974dd089eb8907fecd6aff4fcf.zip |
Merge pull request #4795 from poettering/dissect
Generalize image dissection logic of nspawn, and make it useful for other tools.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2e39f65e4..016ba625e 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ /systemd-debug-generator /systemd-delta /systemd-detect-virt +/systemd-dissect /systemd-escape /systemd-export /systemd-firstboot @@ -180,6 +181,7 @@ /test-dhcp-option /test-dhcp-server /test-dhcp6-client +/test-dissect-image /test-dns-domain /test-dns-packet /test-dnssec |