aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: bb6bc6c3a2c93d25b2b5d16bd90bcb85f91965aa (plain) (blame)
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