From 2035ed392e0a9c18ff9c176a7b0f0097ed1276df Mon Sep 17 00:00:00 2001
From: Lewuathe <lewuathe@me.com>
Date: Thu, 12 Nov 2015 20:09:42 -0800
Subject: [PATCH] [SPARK-11717] Ignore R session and history files from git

see: https://issues.apache.org/jira/browse/SPARK-11717

SparkR generates R session data and history files under current directory.
It might be useful to ignore these files even running SparkR on spark directory for test or development.

Author: Lewuathe <lewuathe@me.com>

Closes #9681 from Lewuathe/SPARK-11717.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index debad77ec2..08f2d8f754 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,7 @@ metastore/
 warehouse/
 TempStatsStore/
 sql/hive-thriftserver/test_warehouses
+
+# For R session data
+.RHistory
+.RData
-- 
GitLab