aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a6a436eb61b4f344f7165bd8c4a635721beee229 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cupcc
*.dSYM
*.vscode
*.idea
*.DS_Store

*.nasm
*.o
*.out

build

# We ignore the examples by default since it's the playground for testing,
# and it gets annoying on git.
examples