未验证 提交 1559f2ee 编写于 作者: L LeixB

Add `.RDataTmp` to R.gitignore

When saving `.RData`, all data is initially saved in `.RDataTmp` which
is then renamed to `.RData`.

`.RDataTmp` should be added to `.gitignore` since it will only exist
while a save operation is in progress or something failed on save.

Relevant links:
- https://stackoverflow.com/questions/32098036/purpose-of-rdatatmp-temporary-file-r
- https://github.com/wch/r-source/blob/trunk/src/library/base/R/load.R#L145-L154
上级 cdd9e946
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# Session Data files # Session Data files
.RData .RData
.RDataTmp
# User-specific files # User-specific files
.Ruserdata .Ruserdata
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册