1 parent 593a841 commit b7316b4Copy full SHA for b7316b4
1 file changed
.clang-format-ignore
@@ -1 +1,7 @@
1
*.sh
2
+# Generated per-build offset tables: a single multi-thousand-row array
3
+# initializer. clang-format's // clang-format off disables reformatting but not
4
+# parsing, and the parse of one ~450k-token statement can exhaust memory.
5
+# The rows are machine-generated with a fixed format, so exclude these files
6
+# from clang-format entirely.
7
+src/components/bpf_verifier_ksym.c
0 commit comments