Skip to content

Commit

Permalink
gitignore: add ci output to ignore list
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jdswensen authored and cfriedt committed Nov 3, 2021
1 parent fd5c30c commit 9b923c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ hide-defaults-note
venv
.venv

# CI output
compliance.xml
_error.types

# Tag files
GPATH
GRTAGS
Expand Down

0 comments on commit 9b923c4

Please sign in to comment.