Skip to content
Snippets Groups Projects
Commit 2035ed39 authored by Lewuathe's avatar Lewuathe Committed by Shivaram Venkataraman
Browse files

[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.
parent ed04846e
No related branches found
No related tags found
No related merge requests found
......@@ -74,3 +74,7 @@ metastore/
warehouse/
TempStatsStore/
sql/hive-thriftserver/test_warehouses
# For R session data
.RHistory
.RData
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment