Skip to content

Commit

Permalink
Merge branch 'main' into feature_xdg_config
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Jul 28, 2022
2 parents 1d84a0a + 63f6fe0 commit 971fa47
Show file tree
Hide file tree
Showing 426 changed files with 23,336 additions and 5,301 deletions.
14 changes: 11 additions & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
^CRAN-RELEASE$
^.*\.png$
^.*\.gif$
^\.travis\.yml$
^[^/]+\.R$
^travis-tool\.sh$
^.*\.gz$
^cran-comments\.md$
^.*\.Rproj$
^lintr\.Rproj$
^\.Rproj\.user$
^\.idea$
^\.dev$
^\.lintr$
^\.lintr_new$
^wercker\.yml$
^[^/]+.Rmd$
^revdep$
Expand All @@ -19,3 +20,10 @@
^\.covrignore$
^script[.]R$
^bench$
^tests/testthat/dummy_packages/package/[.]Rbuildignore$
^tests/testthat/dummy_packages/cp1252/[.]Rbuildignore$
^_pkgdown\.yml$
^docs$
^pkgdown$
^vignettes/[^-]+.gif$
^CRAN-SUBMISSION$
8 changes: 8 additions & 0 deletions .dev/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# these are artefacts, so skip storing them on .git.
# moreover, revdep-no-repos contains e-mail addresses
*.csv
revdep-repos
revdep-no-repos
revdep_comparison
revdep_emails

Loading

0 comments on commit 971fa47

Please sign in to comment.