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:
parent
fd5c30c68b
commit
9b923c46fe
4
.gitignore
vendored
4
.gitignore
vendored
@ -45,6 +45,10 @@ hide-defaults-note
|
|||||||
venv
|
venv
|
||||||
.venv
|
.venv
|
||||||
|
|
||||||
|
# CI output
|
||||||
|
compliance.xml
|
||||||
|
_error.types
|
||||||
|
|
||||||
# Tag files
|
# Tag files
|
||||||
GPATH
|
GPATH
|
||||||
GRTAGS
|
GRTAGS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user