Skip to content

Commit

Permalink
gitignore: update the list of compliance generated files
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fabiobaltieri authored and stephanosio committed Jan 27, 2023
1 parent e5890fc commit 86f7d80
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 86f7d80

Please sign in to comment.