diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2015-09-22 19:12:52 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2015-09-22 19:12:52 +0200 |
commit | 3c0fffb74ef7ea572182d9637847e950e9a3a922 (patch) | |
tree | c35d299d0871798e489a6c285e0529c8cc802328 | |
parent | 68321c9a97e6777041e4bf547cfe85a5d9c5fbb0 (diff) | |
parent | 6cf0d77955238db8f0f7f1f26a3691f72fb29a94 (diff) |
Merge pull request #1342 from filbranden/gitignore1
build-sys: add new test binaries to .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9260943f79..605d109dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,7 @@ /systemd-user-sessions /systemd-vconsole-setup /tags +/test-acd /test-architecture /test-audit-type /test-af-list @@ -201,6 +202,7 @@ /test-install /test-ipcrm /test-ipv4ll +/test-ipv4ll-manual /test-job-type /test-journal /test-journal-enum |