From 33663bef942bc591ae80e32419c2a7c139cf5d00 Mon Sep 17 00:00:00 2001 From: Kristian Hartikainen Date: Tue, 26 Feb 2019 17:27:36 -0800 Subject: [PATCH] Ignore bazel and pyarrow files (#4172) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66e6f9c19..8c0cad212 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # The build output should clearly not be checked in +/bazel-* /python/ray/core -/python/ray/pyarrow_files/pyarrow/ +/python/ray/pyarrow_files/ /python/build /python/dist /python/flatbuffers-1.7.1/