Skip to content

Commit a674df0

Browse files
authored
Fix typo in .Rbuildignore blocking doc&install
Change "^\Makefile$" -> "^Makefile$" (remove backslash)
1 parent 5160ad9 commit a674df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
^\.bumpversion\.cfg$
1515
^\.editorconfig$
1616
^\.lintr$
17-
^\Makefile$
17+
^Makefile$
1818

0 commit comments

Comments
 (0)