Skip to content

Commit

Permalink
Add .Rproj to .gitignore and .Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrich committed May 4, 2021
1 parent 5a2ebec commit 9ccde32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
^cran-comments\.md$
^\.travis\.yml$
^CRAN-RELEASE$
^.*\.Rproj$
^\.Rproj\.user$
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*.tmp
*.temp
temp.*

*.Rproj
.Rproj.user

0 comments on commit 9ccde32

Please sign in to comment.