Skip to content

Commit

Permalink
chore: Fix .Rbuildignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 10, 2023
1 parent 8ae085f commit ab502d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
^res-relational-duckdb\.csv$
^R/meta\.R$
^R/tpch_raw_(?:oo_)?[0-9]+\.R$
.ccache$
^.ccache$
2 changes: 1 addition & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
echo /.ccache/ >> .gitignore
fi
if ! grep -e '^[^-^][.]ccache[$]$' .Rbuildignore; then
if ! grep -e '^\^[.]ccache[$]$' .Rbuildignore; then
echo '^.ccache$' >> .Rbuildignore
fi
Expand Down

0 comments on commit ab502d3

Please sign in to comment.