Skip to content

Commit

Permalink
added cuda/extras and cuda/lib to gitignore (tensorflow#2182)
Browse files Browse the repository at this point in the history
os OS X these folders need to be gitignored
  • Loading branch information
kashif authored and Vijay Vasudevan committed May 1, 2016
1 parent 9e5ba83 commit 44d9bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ node_modules
/tensorflow/contrib/cmake/build
/third_party/gpus/cuda/bin
/third_party/gpus/cuda/cuda.config
/third_party/gpus/cuda/extras
/third_party/gpus/cuda/include
/third_party/gpus/cuda/lib
/third_party/gpus/cuda/lib64
/third_party/gpus/cuda/nvvm
/third_party/py/numpy/numpy_include
Expand Down

0 comments on commit 44d9bf0

Please sign in to comment.