gitignore: ignore files generated by check_compliance
ignore many files generated by the check_compliance script. Fixes #51611 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0c4e669cd7
commit
0baf45f00a
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -63,3 +63,13 @@ TAGS
|
||||||
tags
|
tags
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# from check_compliance.py
|
||||||
|
Gitlint.txt
|
||||||
|
checkpatch.txt
|
||||||
|
Kconfig.txt
|
||||||
|
KconfigBasic.txt
|
||||||
|
Codeowners.txt
|
||||||
|
Nits.txt
|
||||||
|
pylint.txt
|
||||||
|
Identity.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue