This commit is contained in:
Imbus 2024-12-14 14:02:21 +01:00
commit b93903166a
3 changed files with 48 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
*.o
*.d
*a.out*
*.elf
build
.cache/
words.txt
compile_commands.json
*vscode*