diff --git a/.gitignore b/.gitignore index fe660ee8716b..e070e69b48bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # The build output should clearly not be checked in /build -/lib/python/ray/objstore -/lib/python/ray/scheduler +/src/plasma/build +/src/photon/build +/src/common/build +/src/common/thirdparty/redis-3.2.3 # Python byte code files *.pyc @@ -66,5 +68,15 @@ scripts/nodes.txt # OS X folder attributes .DS_Store +# Debug files +*.dSYM/ +*.su + +# Python setup files +*.egg-info + +# Compressed files +*.gz + # Datasets from examples **/MNIST_data/