| # The Gradle wrapper can be downloaded by running the `test` or `build-testbed` | |
| # commands of android.py. | |
| /gradlew | |
| /gradlew.bat | |
| /gradle/wrapper/gradle-wrapper.jar | |
| # The repository's top-level .gitignore file ignores all .idea directories, but | |
| # we want to keep any files which can't be regenerated from the Gradle | |
| # configuration. | |
| !.idea/ | |
| /.idea/* | |
| !/.idea/inspectionProfiles | |
| *.iml | |
| .gradle | |
| /local.properties | |
| .DS_Store | |
| /build | |
| /captures | |
| .externalNativeBuild | |
| .cxx | |
| local.properties |