From e5f2fac8c5ae5a1b74335816836872c2e24904e6 Mon Sep 17 00:00:00 2001 From: Mustafa Quraish Date: Mon, 7 Feb 2022 23:07:57 -0500 Subject: [cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve` --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a6a436e..bb6bc6c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,10 @@ cupcc *.o *.out +!bootstrap +!bootstrap/linux.nasm +!bootstrap/macos.nasm + build # We ignore the examples by default since it's the playground for testing, -- cgit v1.2.3