aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 239b64f3aebc1008844bf514a034edb6f4fa642a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Autogenerated
.cache/
compile_commands.json

# Configs
.clangd

# Test Files
test.s

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