Skip to content

Commit 3fa8382

Browse files
authored
Update .Rbuildignore
.Rbuildignore = regexp's; prepend ^ and append $
1 parent c54d53f commit 3fa8382

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.Rbuildignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3-
cran-comments.md
3+
^cran-comments.md$
44
^CRAN-RELEASE$
5-
.git
6-
Ecdat/revdep
7-
revdep
5+
^.git$
6+
^Ecdat/revdep$
7+
^revdep$
88
^\.github$
99
^CRAN-SUBMISSION$
10-
Ecdat_release_to_CRAN.R
10+
^Ecdat_release_to_CRAN.R$

0 commit comments

Comments
 (0)