From 1c144fb765203d30fda3fdcac3d975fa492e3d1e Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 19 Oct 2025 21:51:28 -0500 Subject: bootstrap: stage1: remove extraneous definition Remove an extraneous definition of the NULL macro and include stddef.h into this file. Signed-off-by: Danny Holman --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4085e24..1b4dadf 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,10 @@ *.xz *.zst +# Testing and debugging files +esp/ +.gdbinit + # Built exec's bin/cat/cat bin/chmod/chmod -- cgit v1.2.3