From 5bf157ce4591eafe03906af2a5c33a425cae1537 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Sun, 9 Mar 2025 17:09:26 +0100 Subject: [PATCH] adding gitignore .o --- .gitignore | 3 ++- .vscode/settings.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 745a2b3..f5a2549 100644 --- a/.gitignore +++ b/.gitignore @@ -50,4 +50,5 @@ Thumbs.db # chips *.bin -*.hex \ No newline at end of file +*.hex +*.o \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 3f07dc7..fe39063 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,7 @@ "timer.h": "c", "usart.h": "c", "utils.h": "c", - "bitmanip.h": "c" + "bitmanip.h": "c", + "rush_header.h": "c" } }