Skip to content

Commit 4596d11

Browse files
committed
Merge pull request #1684 from jimhester/patch-1
Ignore output from R CMD build and R CMD check
2 parents c3f8105 + 7830ef7 commit 4596d11

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

R.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
# Example code in package build process
99
*-Ex.R
1010

11+
# Output files from R CMD build
12+
/*.tar.gz
13+
14+
# Output files from R CMD check
15+
/*.Rcheck/
16+
1117
# RStudio files
1218
.Rproj.user/
1319

0 commit comments

Comments
 (0)