mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-05-12 17:45:08 +00:00
add .gitignore
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
**/build/
|
||||
*.b#*
|
||||
*.bin
|
||||
*.d
|
||||
*.elf
|
||||
*.hex
|
||||
*.job
|
||||
*.lss
|
||||
*.map
|
||||
*.o
|
||||
*.pro
|
||||
*.s#*
|
||||
*.uf2
|
||||
*srec
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vs
|
||||
.vscode
|
||||
docs/
|
||||
Reference in New Issue
Block a user