Android: add build dirs/files of Android templates to .gitignore

Those files/dirs are only build time generated by IDEs like Android
Studio or gradle builds, so ignore them.

Change-Id: Ib4785f9cc75412825d5be4cb5fe206587f37d193
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit b49e2bb0849ed423e68398d5a10a3cc079bff589)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Assam Boudjelthia 2023-01-24 12:43:29 +02:00 committed by Qt Cherry-pick Bot
parent 61d142e9ae
commit 3b6a6b36e8
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,9 @@
.gradle/
.settings/
.project
build/
gradle/
gradlew
gradlew.bat
local.properties

4
src/android/templates/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.gradle/
.settings/
.project
build/