mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00

Adds a `package` entry point to the `android.py` build script to support creating an Android distribution artefact.
22 lines
479 B
Text
22 lines
479 B
Text
# 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
|