Commit a2af79ab authored by Brendan Forster's avatar Brendan Forster

Merge pull request #1685 from jimhester/patch-2

Ignore `.RData` files
parents 5778fded 09a78cc2
......@@ -2,6 +2,9 @@
.Rhistory
.Rapp.history
# Session Data files
.RData
# Example code in package build process
*-Ex.R
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment