gitignore: update the list of compliance generated files
Update the list of compliance generated txt files and sort the list while we are at it. $ ./scripts/ci/check_compliance.py -l | sort BinaryFiles Checkpatch DevicetreeBindings Gitlint Identity ImageSize Kconfig KconfigBasic MaintainersFormat Nits Pylint YAMLLint Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
e5890fc779
commit
86f7d80600
1 changed files with 7 additions and 4 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -65,12 +65,15 @@ tags
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# from check_compliance.py
|
# from check_compliance.py
|
||||||
Gitlint.txt
|
BinaryFiles.txt
|
||||||
Checkpatch.txt
|
Checkpatch.txt
|
||||||
|
DevicetreeBindings.txt
|
||||||
|
Gitlint.txt
|
||||||
|
Identity.txt
|
||||||
|
ImageSize.txt
|
||||||
Kconfig.txt
|
Kconfig.txt
|
||||||
KconfigBasic.txt
|
KconfigBasic.txt
|
||||||
Codeowners.txt
|
MaintainersFormat.txt
|
||||||
Nits.txt
|
Nits.txt
|
||||||
Pylint.txt
|
Pylint.txt
|
||||||
Identity.txt
|
YAMLLint.txt
|
||||||
DevicetreeBindings.txt
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue