We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ac5bb commit 52a0ca9Copy full SHA for 52a0ca9
1 file changed
.gitignore
@@ -24,11 +24,40 @@ tags
24
.xxproject
25
.envrc
26
.vscode
27
-sanity-out*
28
twister-out*
29
30
doc/_build
31
doc/*_warnings.txt
32
doc/*_doc.log
33
34
.west/
+
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