diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-05-30 11:29:47 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-05-30 11:29:47 -0700 |
commit | 925c64d9066530d9bb0e6c87e62fe048a7791af7 (patch) | |
tree | ade11c39cbf86f24c7593913e16beaa5dd8c4679 /.gitignore | |
parent | c83aac0518f171630e1e5c75bd1e39de48dbfed5 (diff) | |
download | qtlocation-mapboxgl-925c64d9066530d9bb0e6c87e62fe048a7791af7.tar.gz |
gitignore cleanup after build improvements
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index b3b9aabb17..0b4742764e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,9 @@ .DS_Store -*.o *.xcodeproj *.o -/out /mapnik-packaging /macosx/build /ios/build /config.gypi /config.mk -/build -/bin/node_modules -/include/llmr/shader/shaders.hpp -/include/llmr/style/resources.hpp -/src/style/resources.cpp -/src/shader/shaders_gl.cpp -/src/shader/shaders_gles2.cpp
\ No newline at end of file +/build
\ No newline at end of file |