Sync hidden files.
Change: 137077262
This commit is contained in:
parent
762904b0d0
commit
c7ec4bca45
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||
|
4
tensorflow/contrib/ios_examples/.gitignore
vendored
Normal file
4
tensorflow/contrib/ios_examples/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
project.xcworkspace
|
||||
xcuserdata
|
||||
imagenet_comp_graph_label_strings.txt
|
||||
tensorflow_inception_graph.pb
|
4
tensorflow/contrib/pi_examples/.gitignore
vendored
Normal file
4
tensorflow/contrib/pi_examples/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
tensorflow_inception_graph.pb
|
||||
imagenet_comp_graph_label_strings.txt
|
||||
tensorflow_inception_stripped.pb
|
||||
*/gen/
|
2
tensorflow/examples/udacity/.gitignore
vendored
Normal file
2
tensorflow/examples/udacity/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
notMNIST_large*
|
||||
notMNIST_small*
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user