aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Stefan Dyulgerov <stefan.dyulgerov@gmail.com>2018-07-22 17:07:34 +0300
committerGravatar Stefan Dyulgerov <stefan.dyulgerov@gmail.com>2018-07-28 17:55:55 +0300
commit35c81bb208622589abaebccb35c44da9148e2d14 (patch)
tree27f92d46e9242635fb96d143517f427f077d0b14 /.gitignore
parente3095dc262bfdda08d01fce105680515a3d1a7f4 (diff)
ignore cmake build artifacts
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5afe375f46..4e526261c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@ __pycache__
*.swp
.vscode/
cmake_build/
+tensorflow/contrib/cmake/_build/
.idea/**
/build/
[Bb]uild/