aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar Dan Jarvis <daj@users.noreply.github.com>2017-11-23 12:43:24 -0500
committerGravatar Dan Jarvis <daj@users.noreply.github.com>2017-11-23 12:43:24 -0500
commit3b6d5d9df888181e5fb5a49885c0d4eb0b58c5eb (patch)
treeb651a243fbc05e5f2fd9267910c606dc9305cebe /tensorflow/examples
parentab0fcaceda001825654424bf18e8a8e0f8d39df2 (diff)
Update .gitignore files for Android Studio
Without these, Git shows lots of noisy build/IDE config files. These files are based on these two sources (plus the list of added files that Git shows when I build in Android Studio): https://github.com/github/gitignore/blob/master/Android.gitignore https://github.com/github/gitignore/pull/2103/files
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