aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rw-r--r--tensorflow/contrib/ios_examples/.gitignore4
-rw-r--r--tensorflow/contrib/pi_examples/.gitignore4
-rw-r--r--tensorflow/examples/udacity/.gitignore2
-rw-r--r--tensorflow/tools/ci_build/install/.bazelrc1
5 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0533521074..7b811375c2 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 0000000000..e572b3012c
--- /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 0000000000..8e0b1c6a02
--- /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 0000000000..30f9b9616f
--- /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 66432b1c1f..2060babd4a 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