gitignore: ignore .DS_Store and .vagrant

master
Adam Engstrom 2017-01-06 12:05:32 +01:00
parent ba9e58d31f
commit ae99aba0a7
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,4 +2,6 @@
*.bin *.bin
*.elf *.elf
*.hex *.hex
.DS_Store
.vagrant/
build/ build/