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 1f84661643 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_.
This commit is contained in:
Jim Hester 2015-10-02 08:50:47 -04:00
parent 5778fded8b
commit 09a78cc2bd
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
.Rhistory
.Rapp.history
# Session Data files
.RData
# Example code in package build process
*-Ex.R