Skip to content

Commit

Permalink
Fix regex in R build ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaulrich committed Aug 25, 2020
1 parent 94e99c4 commit 6b20706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ WISHLIST
^\.Rproj\.user$
\.git
\.gitignore
\.orig$
\.md$
\.sw.
^.*\.orig$
^.*\.md$
^.*\.sw.
.travis.yml
^0.*\.patch$
^.*\.tar.gz$

0 comments on commit 6b20706

Please sign in to comment.