aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 13:57:51 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 13:57:51 -0700
commitd2bcef29d68e0fe6122cebaa5bfd15f867aee7fa (patch)
tree1f06736a269d2134f5a7e563581b955b61828a15 /tensorflow/examples
parentba76f5ca8f722d8c66e4687d8a2161d858e9b407 (diff)
parent3b6d5d9df888181e5fb5a49885c0d4eb0b58c5eb (diff)
Merge pull request #14842 from daj:gitignore
PiperOrigin-RevId: 208262649
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/android/.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/tensorflow/examples/android/.gitignore b/tensorflow/examples/android/.gitignore
new file mode 100644
index 0000000000..d245ab6109
--- /dev/null
+++ b/tensorflow/examples/android/.gitignore
@@ -0,0 +1,29 @@
+# This file is based on https://github.com/github/gitignore/blob/master/Android.gitignore
+*.iml
+.idea/compiler.xml
+.idea/copyright
+.idea/dictionaries
+.idea/gradle.xml
+.idea/libraries
+.idea/inspectionProfiles
+.idea/misc.xml
+.idea/modules.xml
+.idea/runConfigurations.xml
+.idea/tasks.xml
+.idea/workspace.xml
+.gradle
+local.properties
+.DS_Store
+build/
+gradleBuild/
+*.apk
+*.ap_
+*.dex
+*.class
+bin/
+gen/
+out/
+*.log
+.navigation/
+/captures
+.externalNativeBuild