gitignore: ignore .DS_Store and .vagrant
parent
ba9e58d31f
commit
ae99aba0a7
|
|
@ -2,4 +2,6 @@
|
|||
*.bin
|
||||
*.elf
|
||||
*.hex
|
||||
.DS_Store
|
||||
.vagrant/
|
||||
build/
|
||||
|
|
|
|||
Loading…
Reference in New Issue