adding gitignore .o

This commit is contained in:
hugogogo
2025-03-09 17:09:26 +01:00
parent df7d962c7e
commit 5bf157ce45
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@@ -50,4 +50,5 @@ Thumbs.db
# chips
*.bin
*.hex
*.hex
*.o

View File

@@ -6,6 +6,7 @@
"timer.h": "c",
"usart.h": "c",
"utils.h": "c",
"bitmanip.h": "c"
"bitmanip.h": "c",
"rush_header.h": "c"
}
}