diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-04-22 14:51:18 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-04-28 14:32:23 -0400 |
commit | 9e4a03fd9dc64f0ed474064484e813018c7b2d29 (patch) | |
tree | 6ba3088423c7c5f27bc8af576aeea443f3e709e7 /.gitignore | |
parent | 2ed207ca5e82f8f7031a99c358036137e924729c (diff) | |
download | qtlocation-mapboxgl-9e4a03fd9dc64f0ed474064484e813018c7b2d29.tar.gz |
Ignore test generated files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d8959d4f3b..833025085a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ /test/build /test/node_modules /test/fixtures/*/*_actual.* +/test/fixtures/database/*.db /include/mbgl/shader/shaders.hpp /src/shader/shaders_gl.cpp /src/shader/shaders_gles2.cpp |