mirror of
https://github.com/github/gitignore
synced 2024-11-22 03:34:23 +01:00
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:
parent
5778fded8b
commit
7830ef7b59
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user