From 7a721c4374f192ba025b27f790cf14339ca2088e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 22 Sep 2025 21:39:30 +0200 Subject: kernel/vdso: Add an example on vDSO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b892347..78479c0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ arch/riscv/machine/machine # kernel/dtm kernel/dtm/modules.order kernel/dtm/Module.symvers +kernel/vdso/vdso # lang/c lang/c/counted_by \ No newline at end of file -- cgit v1.2.3