diff options
| author | Mustafa Quraish <[email protected]> | 2022-02-07 23:07:57 -0500 |
|---|---|---|
| committer | Mustafa Quraish <[email protected]> | 2022-02-08 02:07:18 -0500 |
| commit | e5f2fac8c5ae5a1b74335816836872c2e24904e6 (patch) | |
| tree | ed131049d39320967d8d18f65749c08ebb2f79a0 /.gitignore | |
| parent | Mark bootstrap files as binary in `.gitattributes` (diff) | |
| download | cup-e5f2fac8c5ae5a1b74335816836872c2e24904e6.tar.xz cup-e5f2fac8c5ae5a1b74335816836872c2e24904e6.zip | |
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, |