diff options
Diffstat (limited to 'R.gitignore')
-rw-r--r-- | R.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/R.gitignore b/R.gitignore index b9003860..8eff68f7 100644 --- a/R.gitignore +++ b/R.gitignore @@ -2,6 +2,9 @@ .Rhistory .Rapp.history +# Session Data files +.RData + # Example code in package build process *-Ex.R @@ -11,3 +14,6 @@ # produced vignettes vignettes/*.html vignettes/*.pdf + +# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 +.httr-oauth |