diff options
author | Brad Leege <bleege@gmail.com> | 2015-06-22 13:10:45 -0500 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2015-06-22 13:10:45 -0500 |
commit | 641046138ce795c1c76c6ce3ab9fdad74bbda9e2 (patch) | |
tree | 65de080ccba678e4f7f3c378508d1fde1f74c5b5 /.gitignore | |
parent | 555e1f141e58b5defc3e1b240c6bb2896f0a6cdf (diff) | |
download | qtlocation-mapboxgl-641046138ce795c1c76c6ce3ab9fdad74bbda9e2.tar.gz |
Adding extraneous settings files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2ea84e9821..b253752e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ *.pyc /android/debug /android/sdk +/android/**/.classpath +/android/**/.project +/android/**/.settings/ /mason_packages /config/*.gypi /build |