Skip to content

Commit

Permalink
Sync hidden files.
Browse files Browse the repository at this point in the history
Change: 137077262
  • Loading branch information
tensorflower-gardener committed Oct 24, 2016
1 parent 762904b commit c7ec4bc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions tensorflow/contrib/ios_examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project.xcworkspace
xcuserdata
imagenet_comp_graph_label_strings.txt
tensorflow_inception_graph.pb
4 changes: 4 additions & 0 deletions tensorflow/contrib/pi_examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tensorflow_inception_graph.pb
imagenet_comp_graph_label_strings.txt
tensorflow_inception_stripped.pb
*/gen/
2 changes: 2 additions & 0 deletions tensorflow/examples/udacity/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
notMNIST_large*
notMNIST_small*
1 change: 1 addition & 0 deletions tensorflow/tools/ci_build/install/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7ec4bc

Please sign in to comment.