Repo unification

This commit is contained in:
2024-03-12 21:22:26 +02:00
parent 7aa7edba33
commit 02cb3a9c70
152 changed files with 14575 additions and 2038 deletions

21
.gitignore vendored
View File

@@ -1,3 +1,23 @@
# Ignore list for Atmel studio files
# Hidden folder
.vs/
#Build Directories
Debug/
Release/
#Build Results
*.o
*.d
*.eep
*.elf
*.hex
*.map
*.srec
#User Specific Files
*.atsuo
# Ignore list for Altium temp files
History/
__Previews/
@@ -9,3 +29,4 @@ Project Logs for*
# Ignore list for Generated output files
*.step
OUTPUTS/