Skip to content

Commit 7830ef7

Browse files
committed
Ignore output from R CMD build and R CMD check
Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored.
1 parent 5778fde commit 7830ef7

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
@@ -5,6 +5,12 @@
55
# Example code in package build process
66
*-Ex.R
77

8+
# Output files from R CMD build
9+
/*.tar.gz
10+
11+
# Output files from R CMD check
12+
/*.Rcheck/
13+
814
# RStudio files
915
.Rproj.user/
1016

0 commit comments

Comments
 (0)