[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.
This commit is contained in:
Lewuathe 2015-11-12 20:09:42 -08:00 committed by Shivaram Venkataraman
parent ed04846e14
commit 2035ed392e

4
.gitignore vendored
View file

@ -74,3 +74,7 @@ metastore/
warehouse/ warehouse/
TempStatsStore/ TempStatsStore/
sql/hive-thriftserver/test_warehouses sql/hive-thriftserver/test_warehouses
# For R session data
.RHistory
.RData