gitignore: macOS .DS_Store, STM32CubeIDE build artifacts (cyclo, list, srec, verilog, bin)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -127,3 +127,12 @@ local.properties
|
|||||||
# Typically, this file would be tracked if it contains build/dependency configurations:
|
# Typically, this file would be tracked if it contains build/dependency configurations:
|
||||||
#.project
|
#.project
|
||||||
|
|
||||||
|
# ---> macOS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# ---> STM32CubeIDE / ARM GCC
|
||||||
|
*.bin
|
||||||
|
*.cyclo
|
||||||
|
*.list
|
||||||
|
*.srec
|
||||||
|
*.verilog
|
||||||
|
|||||||
Reference in New Issue
Block a user