From 08f15adc6cd9de0db8244963177505cfdd634504 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 13 Sep 2025 15:50:28 +0200 Subject: lang/c: Add an example on flexible array checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 448af94..b892347 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ arch/riscv/machine/machine # kernel/dtm kernel/dtm/modules.order kernel/dtm/Module.symvers + +# lang/c +lang/c/counted_by \ No newline at end of file -- cgit v1.2.3