paho.mqtt.android/.gitignore
James Sutton 59c2bdab72 Automatic reconnect & Offline Buffering (#68)
* Enabling Automatic Reconnect for Android client

Also Adding Example code for a very basic pub sub app that uses
Automatic Reconnect and offline buffering as well as a good example.

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>

* Tidying up example and Service code

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
2016-04-08 11:15:19 +01:00

97 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/
/*/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/
## 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
# 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/