From 5c50d9767075bae06c4dc0cf63d96cff1dead94c Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Fri, 28 Oct 2016 11:40:08 -0700 Subject: [PATCH] Update .gitignore file. (#7) --- .gitignore | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fe660ee87..e070e69b4 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/