Sync hidden files.

Change: 137077262
This commit is contained in:
A. Unique TensorFlower 2016-10-24 13:05:42 -08:00 committed by TensorFlower Gardener
parent 762904b0d0
commit c7ec4bca45
5 changed files with 19 additions and 0 deletions
.gitignore
tensorflow
contrib
ios_examples
pi_examples
examples/udacity
tools/ci_build/install

8
.gitignore vendored
View File

@ -1,6 +1,14 @@
.DS_Store
.ipynb_checkpoints
node_modules
/bazel-*
/third_party/py/numpy/numpy_include
/tools/bazel.rc
/tools/python_bin_path.sh
/util/python/python_include
/util/python/python_lib
/pip_test
/_python_build
*.pyc
__pycache__
*.swp

View File

@ -0,0 +1,4 @@
project.xcworkspace
xcuserdata
imagenet_comp_graph_label_strings.txt
tensorflow_inception_graph.pb

View File

@ -0,0 +1,4 @@
tensorflow_inception_graph.pb
imagenet_comp_graph_label_strings.txt
tensorflow_inception_stripped.pb
*/gen/

View File

@ -0,0 +1,2 @@
notMNIST_large*
notMNIST_small*

View File

@ -6,6 +6,7 @@ startup --batch
# Similarly, we need to workaround sandboxing issues:
# https://github.com/bazelbuild/bazel/issues/418
build --verbose_failures --spawn_strategy=standalone --genrule_strategy=standalone
test --spawn_strategy=standalone
# Force bazel output to use colors (good for jenkins) and print useful errors.
common --color=yes