From 9b923c46feef417176192cddcda75e6ff61b38c5 Mon Sep 17 00:00:00 2001 From: Jake Swensen Date: Fri, 20 Aug 2021 17:52:56 -0500 Subject: [PATCH] gitignore: add ci output to ignore list When running `scripts/ci/check_compliance.py` with no arguments, the script will output compliance.xml to the root project directory. Additionally, if the script fails to find a library, it can output a _error.types file. Signed-off-by: Jake Swensen --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 45a0e28a3dd..4c9b8dfe162 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,10 @@ hide-defaults-note venv .venv +# CI output +compliance.xml +_error.types + # Tag files GPATH GRTAGS