diff options
author | Thomas Haller <thaller@redhat.com> | 2014-05-06 10:48:47 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-05-06 10:48:47 (GMT) |
commit | 657e257ec5d6c8ba4c9587f77085c7c1bd19d35f (patch) | |
tree | d34635f9a2df378f5d27ab3b2110a00d71b323b0 /tests | |
parent | 8f6301426a00d992d00238c7ddd666e96aa63e28 (diff) | |
download | libnl-657e257ec5d6c8ba4c9587f77085c7c1bd19d35f.zip libnl-657e257ec5d6c8ba4c9587f77085c7c1bd19d35f.tar.gz libnl-657e257ec5d6c8ba4c9587f77085c7c1bd19d35f.tar.bz2 |
gitignore: ignore test binaries and artifacts in "tests/"
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index f7409c6..d9cee77 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -9,6 +9,7 @@ /test-create-bridge /test-create-ipgre /test-create-ipip +/test-create-ipvti /test-create-sit /test-create-veth /test-create-vlan |