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" } }