diff options
author | Dane Springmeyer <dane@dbsgeo.com> | 2014-01-29 15:27:10 -0800 |
---|---|---|
committer | Dane Springmeyer <dane@dbsgeo.com> | 2014-01-29 15:27:18 -0800 |
commit | 702a3533dc8dd273a2647e1bdcf3405e0c91c69b (patch) | |
tree | fc94babd55ec859f5a907ec205dbf239068a9c2d /.gitignore | |
parent | 2b59dfae6388f3ce4d38f8f9615c47d00b302518 (diff) | |
download | qtlocation-mapboxgl-702a3533dc8dd273a2647e1bdcf3405e0c91c69b.tar.gz |
add DS_Store to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d097e98f25..c2059f1e45 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /emscripten/main.js.map /build /xcode -*.sublime-*
\ No newline at end of file +*.sublime-* +.DS_Store
\ No newline at end of file |