aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/WearVerifyRemoteApp/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'wearable/wear/WearVerifyRemoteApp/.gitignore')
-rw-r--r--wearable/wear/WearVerifyRemoteApp/.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/wearable/wear/WearVerifyRemoteApp/.gitignore b/wearable/wear/WearVerifyRemoteApp/.gitignore
new file mode 100644
index 00000000..b90e7562
--- /dev/null
+++ b/wearable/wear/WearVerifyRemoteApp/.gitignore
@@ -0,0 +1,33 @@
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# generated files
+bin/
+gen/
+
+# Ignore gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/
+proguard-project.txt
+
+# Eclipse files
+.project
+.classpath
+.settings/
+
+# Android Studio/IDEA
+*.iml
+.idea