Add cxx-check to .gitignore Signed-off-by: Xiao Liang <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index cc864ecc7..8019bee41 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ testsuite.tmp.orig /tests/lcov/ /Documentation/_build /.venv +/cxx-check -- 2.14.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
