Skip to content

Commit 2035ed3

Browse files
Lewuatheshivaram
authored andcommitted
[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 <[email protected]> Closes #9681 from Lewuathe/SPARK-11717.
1 parent ed04846 commit 2035ed3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ metastore/
7474
warehouse/
7575
TempStatsStore/
7676
sql/hive-thriftserver/test_warehouses
77+
78+
# For R session data
79+
.RHistory
80+
.RData

0 commit comments

Comments
 (0)