From c35299b734695c266b58a56e8516987a2b69e40f Mon Sep 17 00:00:00 2001 From: Niju Vijayakumar Date: Fri, 9 Aug 2024 19:41:50 +1000 Subject: [PATCH] Update the gitignore file to exclude Spark-Connected binaries downloaded --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a554b523..a290f03d 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,7 @@ site # Benchmarking *.crc *.parquet -_SUCCESS \ No newline at end of file +_SUCCESS + +# Spark-Connect related files/binaries +spark-*-bin-hadoop3/** \ No newline at end of file