aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar raymondxyang <zihao.yang@microsoft.com>2017-08-11 08:37:20 -0700
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2017-08-11 08:37:20 -0700
commit9f81374c303293d1563085d6300b60c157a1eb95 (patch)
treecabec9e55cc16c10d041de86e28b249d61721620 /.gitignore
parent98f0e1efec45ed56ef9045f6f1443998bc0d2da1 (diff)
Add option for build more python tests in Cmake (#11853)
* Ignore Windows built project * Fix deprecated methods in tf.contrib.python * Fix regex match for Windows build in contrib.keras * Fix Regex match for Windows build in session_bundle * * Fix deprecated methods * Fix regex match for Windows * Fix compatibility issue with Python 3.x * Add missing ops into Windows build for test * Enabled more testcases for Windows build * Clean code and fix typo * Add conditional cmake mode for enabling more unit testcase * Add Cmake mode for major Contrib packages * Add supplementary info in RAEDME for new cmake option * * Update tf_tests after testing with TF 1.3 * Clean code and resolve conflicts * Fix unsafe regex matches and format code * Update exclude list after testing with latest master branch * Fix missing module
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5c147e3c0b..c227f50d55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,5 @@ node_modules
__pycache__
*.swp
.vscode/
+cmake_build/
.idea/**