From f1305b5a2879602d61d02756eb5de93448f70012 Mon Sep 17 00:00:00 2001 From: Nobuhiro MIKI Date: Fri, 18 Aug 2023 18:51:34 +0900 Subject: [PATCH] tests: Add clang-analyzer-results to gitignore. Fixes: 30b79363b967 ("Makefile.am: Add clang static analysis support") Signed-off-by: Nobuhiro MIKI Signed-off-by: Ilya Maximets --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 83b1cb3b4..3a8c45975 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -3,6 +3,7 @@ /Makefile.in /atconfig /atlocal +/clang-analyzer-results/ /idltest.c /idltest.h /idltest.ovsidl