1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
cupcc *.dSYM *.vscode *.idea *.DS_Store *.nasm *.o *.out !bootstrap !bootstrap/linux.nasm !bootstrap/macos.nasm build # We ignore the examples by default since it's the playground for testing, # and it gets annoying on git. examples