Skip to content

Commit

Permalink
[SPARK-11717] Ignore R session and history files from git
Browse files Browse the repository at this point in the history
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 apache#9681 from Lewuathe/SPARK-11717.
  • Loading branch information
Lewuathe authored and shivaram committed Nov 13, 2015
1 parent ed04846 commit 2035ed3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ metastore/
warehouse/
TempStatsStore/
sql/hive-thriftserver/test_warehouses

# For R session data
.RHistory
.RData

0 comments on commit 2035ed3

Please sign in to comment.