Add .gitignore and untrack build artifacts

xbox_motor_control_cpp is the Makefile build output (TARGET) and
.DS_Store is a macOS metadata file; neither should be version controlled.
This commit is contained in:
2026-08-20 13:26:44 +09:00
parent d5a47881ac
commit e817ec005c
3 changed files with 2 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
xbox_motor_control_cpp
.DS_Store
Binary file not shown.