mirror of
https://github.com/eclipse/paho.mqtt.android.git
synced 2025-05-08 18:39:31 +08:00
98 lines
1.3 KiB
Plaintext
98 lines
1.3 KiB
Plaintext
# [Android] ========================
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build
|
|
|
|
# Cache of project
|
|
.gradletasknamecache
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
|
|
## Directory-based project format:
|
|
.idea/
|
|
*.iml
|
|
|
|
## File-based project format:
|
|
*.ipr
|
|
*.iws
|
|
|
|
## Plugin-specific files:
|
|
|
|
# IntelliJ
|
|
out/
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
.idea_modules/
|
|
|
|
# JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
com_crashlytics_export_strings.xml
|
|
|
|
|
|
# [Maven] ========================
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
|
|
|
|
# [Gradle-Android] ========================
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Properties
|
|
gradle.properties
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
!gradle-wrapper.jar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# Misc
|
|
/.idea/workspace.xml
|
|
/.idea/libraries
|
|
.DS_Store
|
|
/captures
|
|
**/*.iml
|
|
*.class
|
|
|
|
|
|
org.eclipse.paho.android.sample/libs/
|