Restructure files

This commit is contained in:
Lexi / Zoe 2021-04-03 17:40:17 +02:00
parent 8c7b62dc2d
commit b5f86d5972
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
13 changed files with 29 additions and 20 deletions

19
.gitignore vendored
View file

@ -1,4 +1,12 @@
# C code: object files etc.
# IDE / editor files
.idea/
.vscode/
.*.swp
# General
/tmp
# C code
*.o
*.obj
*.elf
@ -6,5 +14,10 @@
*.gch
*.pch
# vim swap files
.*.swp
# Python
__pycache__
*.py[cod]
/venv
# Firmware
/firmware/build