adding gitignore .o
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -51,3 +51,4 @@ Thumbs.db
|
|||||||
# chips
|
# chips
|
||||||
*.bin
|
*.bin
|
||||||
*.hex
|
*.hex
|
||||||
|
*.o
|
||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -6,6 +6,7 @@
|
|||||||
"timer.h": "c",
|
"timer.h": "c",
|
||||||
"usart.h": "c",
|
"usart.h": "c",
|
||||||
"utils.h": "c",
|
"utils.h": "c",
|
||||||
"bitmanip.h": "c"
|
"bitmanip.h": "c",
|
||||||
|
"rush_header.h": "c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user