diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-01-17 13:33:39 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-01-17 13:33:39 +0100 |
commit | 509b223fbf63ea326b60e82dec2f0c0cdb160a66 (patch) | |
tree | b10a8529540fe11c4822d994a8dd893876b45150 /.gitignore | |
parent | fc8a0d00ac17dfaa16c363a88c4c4c14298ec1dc (diff) | |
download | qtlocation-mapboxgl-509b223fbf63ea326b60e82dec2f0c0cdb160a66.tar.gz |
animate northing
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6bc0b9d208..d097e98f25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ *.o /emscripten/main.js -/emscripten/main.js.map
\ No newline at end of file +/emscripten/main.js.map +/build +/xcode +*.sublime-*
\ No newline at end of file |