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