This patch adds the system* testsuite directory and logs to .gitignore. Signed-off-by: Alin Gabriel Serdean <[email protected]> --- tests/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/tests/.gitignore b/tests/.gitignore index d8d1ebbb1..7fb8deae8 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -11,9 +11,17 @@ /ovs-pki.log /pki/ /system-dpdk-testsuite +/system-dpdk-testsuite.dir/ +/system-dpdk-testsuite.log /system-kmod-testsuite +/system-kmod-testsuite.dir/ +/system-kmod-testsuite.log /system-userspace-testsuite +/system-userspace-testsuite.dir/ +/system-userspace-testsuite.log /system-offloads-testsuite +/system-offloads-testsuite.dir/ +/system-offloads-testsuite.log /test-aes128 /test-atomic /test-bundle -- 2.16.1.windows.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
