fix(gitignore): ignore .DS_Store files

On OSX, a few things we have (notably, docs) cause OS X to generate
.DS_Store caches. These should not get checked into Git.
pull/418/head
Matt Butcher 9 years ago
parent e988ca1ac5
commit 1c01a8bf4f

1
.gitignore vendored

@ -14,3 +14,4 @@ nohup.out
/rootfs/resourcifier/bin/v1.*
/rootfs/expandybird/bin/expandybird
/rootfs/expandybird/opt/expansion
.DS_Store

Loading…
Cancel
Save