aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-02-07 23:07:57 -0500
committerMustafa Quraish <[email protected]>2022-02-08 02:07:18 -0500
commite5f2fac8c5ae5a1b74335816836872c2e24904e6 (patch)
treeed131049d39320967d8d18f65749c08ebb2f79a0 /.gitignore
parentMark bootstrap files as binary in `.gitattributes` (diff)
downloadcup-e5f2fac8c5ae5a1b74335816836872c2e24904e6.tar.xz
cup-e5f2fac8c5ae5a1b74335816836872c2e24904e6.zip
[cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve`HEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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,