Skip to content

Commit 09a78cc

Browse files
committed
Ignore .RData files
N.B. this ignores only the exact file `.RData` generated by default from `save.image()` and `quit()`. It is _not_ what is referred to in 1f84661 and http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages, which refers only to files with an `*.RData` _extension_.
1 parent 5778fde commit 09a78cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
.Rhistory
33
.Rapp.history
44

5+
# Session Data files
6+
.RData
7+
58
# Example code in package build process
69
*-Ex.R
710

0 commit comments

Comments
 (0)