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
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -65,12 +65,15 @@ tags
|
|||
.idea
|
||||
|
||||
# from check_compliance.py
|
||||
Gitlint.txt
|
||||
BinaryFiles.txt
|
||||
Checkpatch.txt
|
||||
DevicetreeBindings.txt
|
||||
Gitlint.txt
|
||||
Identity.txt
|
||||
ImageSize.txt
|
||||
Kconfig.txt
|
||||
KconfigBasic.txt
|
||||
Codeowners.txt
|
||||
MaintainersFormat.txt
|
||||
Nits.txt
|
||||
Pylint.txt
|
||||
Identity.txt
|
||||
DevicetreeBindings.txt
|
||||
YAMLLint.txt
|
||||
|
|
Loading…
Reference in a new issue