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
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -45,6 +45,10 @@ hide-defaults-note
|
|||
venv
|
||||
.venv
|
||||
|
||||
# CI output
|
||||
compliance.xml
|
||||
_error.types
|
||||
|
||||
# Tag files
|
||||
GPATH
|
||||
GRTAGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue