Skip to content

Commit 450c2c4

Browse files
nordicjmrlubos
authored andcommitted
gitignore: Add compliance files to ignore list
These files should not be added to git, they are generated by compliance check scripts Signed-off-by: Jamie McCrae <[email protected]>
1 parent 51c86ee commit 450c2c4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,33 @@ ext/BSEC_*
3838

3939
applications/nrf5340_audio/src/fw_info_app.c
4040
scripts/hid_configurator/hidapi.dll
41+
42+
# CI output
43+
compliance.xml
44+
45+
# from check_compliance.py
46+
BinaryFiles.txt
47+
BoardYml.txt
48+
Checkpatch.txt
49+
ClangFormat.txt
50+
DevicetreeBindings.txt
51+
GitDiffCheck.txt
52+
Gitlint.txt
53+
Identity.txt
54+
ImageSize.txt
55+
Kconfig.txt
56+
KconfigBasic.txt
57+
KconfigBasicNoModules.txt
58+
KconfigHWMv2.txt
59+
KeepSorted.txt
60+
MaintainersFormat.txt
61+
ModulesMaintainers.txt
62+
Nits.txt
63+
Pylint.txt
64+
Ruff.txt
65+
SphinxLint.txt
66+
SysbuildKconfig.txt
67+
SysbuildKconfigBasic.txt
68+
SysbuildKconfigBasicNoModules.txt
69+
TextEncoding.txt
70+
YAMLLint.txt

0 commit comments

Comments
 (0)