aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLewuathe <lewuathe@me.com>2015-11-12 20:09:42 -0800
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-11-12 20:09:42 -0800
commit2035ed392e0a9c18ff9c176a7b0f0097ed1276df (patch)
treec70d0dc37be09aff85320d01fcf76c0e6811ae26 /.gitignore
parented04846e144db5bdab247c0e1fe2a47b99155c82 (diff)
downloadspark-2035ed392e0a9c18ff9c176a7b0f0097ed1276df.tar.gz
spark-2035ed392e0a9c18ff9c176a7b0f0097ed1276df.tar.bz2
spark-2035ed392e0a9c18ff9c176a7b0f0097ed1276df.zip
[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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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