STT-tensorflow/.gitignore
Dr. Kashif Rasul 44d9bf00fd added cuda/extras and cuda/lib to gitignore (#2182)
os OS X these folders need to be gitignored
2016-05-01 09:41:16 -07:00

28 lines
558 B
Plaintext

.DS_Store
.ipynb_checkpoints
node_modules
/bazel-bin
/bazel-ci_build-cache
/bazel-genfiles
/bazel-out
/bazel-tensorflow
/bazel-testlogs
/bazel-tf
/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
/tools/bazel.rc
/tools/python_bin_path.sh
/util/python/python_include
/util/python/python_lib
/pip_test
/_python_build
*.pyc
__pycache__