diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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, |