Skip to content

Commit

Permalink
extended .Rbuildignore etc
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehleatsu committed Aug 24, 2021
1 parent bf0456a commit 7d49b8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
^.*\.Rproj$
^\.Rproj\.user$
^_pkgdown\.yml$
^docs$
^pkgdown$
^doc$
^Meta$
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
.Rhistory
.RData
.Ruserdata
docs
inst/doc
/doc/
/Meta/
src/*.o
src/*.so
src/*.dll

0 comments on commit 7d49b8b

Please sign in to comment.