From 0baf45f00af7296caa089e02e75193ae4c2ae08c Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 19 Nov 2022 07:26:02 -0500 Subject: [PATCH] gitignore: ignore files generated by check_compliance ignore many files generated by the check_compliance script. Fixes #51611 Signed-off-by: Anas Nashif --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index c76fd7d8624..085914ebbaa 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,13 @@ TAGS tags .idea + +# from check_compliance.py +Gitlint.txt +checkpatch.txt +Kconfig.txt +KconfigBasic.txt +Codeowners.txt +Nits.txt +pylint.txt +Identity.txt