diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2016-06-23 16:39:27 +0200 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2016-11-27 18:50:24 +0200 |
commit | c810d16f0d2787f15e06651ea595020415d5a8d5 (patch) | |
tree | 216b098897a887f5c1a8fff0aa78350e75445e52 /.gitignore | |
parent | 5ae92de618e5242f6a8a30485b5ecaa9ef0ebb5e (diff) | |
download | qtlocation-mapboxgl-c810d16f0d2787f15e06651ea595020415d5a8d5.tar.gz |
[android][build] core tests - initial setup for rendering tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ecd9b7ec57..873b80fae8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ xcuserdata /platform/macos/macos.xcworkspace/xcshareddata/macos.xcscmblueprint /platform/ios/ios.xcworkspace/xcshareddata/ios.xcscmblueprint /documentation +test/fixtures/api/assets.zip +test/fixtures/storage/assets.zip |