gitignore: sort

This commit is contained in:
Marc Kleine-Budde 2022-11-08 21:22:55 +01:00
parent 2bba52ffc9
commit b44d9cf8bd

6
.gitignore vendored
View File

@ -1,10 +1,10 @@
/.vscode/ /.vscode/
/build/ /build/
*.o
*.d
*.bin
*.asmo *.asmo
*.bin
*.d
*.elf *.elf
*.o
*~ *~
.cache/ .cache/
compile_commands.json compile_commands.json