From c7ec4bca45cf2ca3f71c151c054dbdd96f01bb38 Mon Sep 17 00:00:00 2001
From: "A. Unique TensorFlower" <gardener@tensorflow.org>
Date: Mon, 24 Oct 2016 13:05:42 -0800
Subject: [PATCH] Sync hidden files. Change: 137077262

---
 .gitignore                                 | 8 ++++++++
 tensorflow/contrib/ios_examples/.gitignore | 4 ++++
 tensorflow/contrib/pi_examples/.gitignore  | 4 ++++
 tensorflow/examples/udacity/.gitignore     | 2 ++
 tensorflow/tools/ci_build/install/.bazelrc | 1 +
 5 files changed, 19 insertions(+)
 create mode 100644 tensorflow/contrib/ios_examples/.gitignore
 create mode 100644 tensorflow/contrib/pi_examples/.gitignore
 create mode 100644 tensorflow/examples/udacity/.gitignore

diff --git a/.gitignore b/.gitignore
index 05335210746..7b811375c22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/tensorflow/contrib/ios_examples/.gitignore b/tensorflow/contrib/ios_examples/.gitignore
new file mode 100644
index 00000000000..e572b3012c6
--- /dev/null
+++ b/tensorflow/contrib/ios_examples/.gitignore
@@ -0,0 +1,4 @@
+project.xcworkspace
+xcuserdata
+imagenet_comp_graph_label_strings.txt
+tensorflow_inception_graph.pb
diff --git a/tensorflow/contrib/pi_examples/.gitignore b/tensorflow/contrib/pi_examples/.gitignore
new file mode 100644
index 00000000000..8e0b1c6a024
--- /dev/null
+++ b/tensorflow/contrib/pi_examples/.gitignore
@@ -0,0 +1,4 @@
+tensorflow_inception_graph.pb
+imagenet_comp_graph_label_strings.txt
+tensorflow_inception_stripped.pb
+*/gen/
diff --git a/tensorflow/examples/udacity/.gitignore b/tensorflow/examples/udacity/.gitignore
new file mode 100644
index 00000000000..30f9b9616f6
--- /dev/null
+++ b/tensorflow/examples/udacity/.gitignore
@@ -0,0 +1,2 @@
+notMNIST_large*
+notMNIST_small*
diff --git a/tensorflow/tools/ci_build/install/.bazelrc b/tensorflow/tools/ci_build/install/.bazelrc
index 66432b1c1ff..2060babd4a4 100644
--- a/tensorflow/tools/ci_build/install/.bazelrc
+++ b/tensorflow/tools/ci_build/install/.bazelrc
@@ -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