diff options
Diffstat (limited to 'R.gitignore')
-rw-r--r-- | R.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/R.gitignore b/R.gitignore index ad2be957..b9003860 100644 --- a/R.gitignore +++ b/R.gitignore @@ -1,8 +1,13 @@ # History files .Rhistory +.Rapp.history # Example code in package build process *-Ex.R # RStudio files .Rproj.user/ + +# produced vignettes +vignettes/*.html +vignettes/*.pdf |