Skip to content

Commit 62f485d

Browse files
committed
gitignore: Add compliance output file names
Adds files that are generated as part of compliance checks to the .gitignore list Signed-off-by: Jamie McCrae <[email protected]>
1 parent a9aca4d commit 62f485d

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

.gitignore

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,40 @@ tags
2424
.xxproject
2525
.envrc
2626
.vscode
27-
sanity-out*
2827
twister-out*
2928

3029
doc/_build
3130
doc/*_warnings.txt
3231
doc/*_doc.log
3332

3433
.west/
34+
35+
# CI output
36+
compliance.xml
37+
38+
# from check_compliance.py
39+
BinaryFiles.txt
40+
BoardYml.txt
41+
Checkpatch.txt
42+
ClangFormat.txt
43+
DevicetreeBindings.txt
44+
GitDiffCheck.txt
45+
Gitlint.txt
46+
Identity.txt
47+
ImageSize.txt
48+
Kconfig.txt
49+
KconfigBasic.txt
50+
KconfigBasicNoModules.txt
51+
KconfigHWMv2.txt
52+
KeepSorted.txt
53+
MaintainersFormat.txt
54+
ModulesMaintainers.txt
55+
Nits.txt
56+
Pylint.txt
57+
Ruff.txt
58+
SphinxLint.txt
59+
SysbuildKconfig.txt
60+
SysbuildKconfigBasic.txt
61+
SysbuildKconfigBasicNoModules.txt
62+
TextEncoding.txt
63+
YAMLLint.txt

0 commit comments

Comments
 (0)