mirror of
https://github.com/foxleezh/AOSP.git
synced 2025-08-06 15:00:21 +08:00
51 lines
464 B
Plaintext
51 lines
464 B
Plaintext
# OSX
|
|
|
|
*.DS_Store
|
|
|
|
|
|
# Gradle files
|
|
build/
|
|
build_out/
|
|
obj/
|
|
.gradle/
|
|
*/build/
|
|
captures/
|
|
|
|
|
|
# IDEA
|
|
*.iml
|
|
.idea/
|
|
|
|
/tools/module_config.xml
|
|
|
|
# Built application files
|
|
*.ap_
|
|
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
|
|
# Generated files
|
|
antLauncher/bin
|
|
antLauncher/gen
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# Special
|
|
obj/
|
|
progurad/
|
|
|
|
.externalNativeBuild/
|
|
|