aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: fc16e29b1891ccc18a0d2c46277267ad2939000a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Autogenerated
.cache/
autogen-*
compile_commands.json

# Configs
.clangd

# Test Files
*.s
*.bin

# Compilation Output
ahoy
c8asm
!src/*
make
*.o