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 <jake@swensen.io>
This commit is contained in:
Jake Swensen 2021-08-20 17:52:56 -05:00 committed by Christopher Friedt
commit 9b923c46fe

4
.gitignore vendored
View file

@ -45,6 +45,10 @@ hide-defaults-note
venv
.venv
# CI output
compliance.xml
_error.types
# Tag files
GPATH
GRTAGS