aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Pete Warden <pete@petewarden.com>2017-11-13 17:11:23 -0800
committerGravatar Martin Wicke <martin.wicke@gmail.com>2017-11-13 17:11:23 -0800
commit4b4b51cdd9e8c3c748b76dd8649bcd5556e84d76 (patch)
tree1c3bb15a84b6c30d5d946845dca118bcc838df8c /.gitignore
parentb066496f625930bc00397ad9d000741d724598eb (diff)
Ios (#14521)
* Initial implementation of Makefile build for TensorFlow Lite * Added support to TF Lite makefile build * Added iOS support to TF Lite makefile build * Added simple iOS example application for TF Lite * Added copyright header to file * Added optimization flag and cleaned up code
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9ae0d9c96f..d11a504bdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,8 @@ Pods
Podfile.lock
*.pbxproj
*.xcworkspacedata
+/tensorflow/contrib/lite/downloads/**
+/tensorflow/contrib/lite/gen/**
+/tensorflow/contrib/lite/examples/ios/simple/data/*.txt
+/tensorflow/contrib/lite/examples/ios/simple/data/*.tflite
+xcuserdata/** \ No newline at end of file