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 e36c8c9 commit ec762ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@
^res-relational-duckdb\.csv$
^R/meta\.R$
^R/tpch_raw_(?:oo_)?[0-9]+\.R$
^.ccache$
^.ccache$
^.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 ec762ad

Please sign in to comment.