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.
This commit is contained in:
Jim Hester 2015-10-02 08:45:11 -04:00
parent 5778fded8b
commit 7830ef7b59
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@
# Example code in package build process
*-Ex.R
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files
.Rproj.user/