diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-12-14 15:53:13 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2019-01-09 10:26:53 +0100 |
commit | 9acdd75d04f335313a6c491599b5c7559d6458c7 (patch) | |
tree | f888489fd4087f68e7b3be30f8c6cef19a53634f /.gitignore | |
parent | f867c5784ccc63d419ebf8ee3dcef9fa4b610704 (diff) | |
download | qtlocation-mapboxgl-9acdd75d04f335313a6c491599b5c7559d6458c7.tar.gz |
[build] add a Buck build and BUCK file for Android
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5fae2ae5eb..127cb1171b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ test/fixtures/api/assets.zip test/fixtures/storage/assets.zip /.circle-week /vendor/.cache +buck-out +.buckd # Visual Studio Code .vscode |