mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +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
|
# Example code in package build process
|
||||||
*-Ex.R
|
*-Ex.R
|
||||||
|
|
||||||
|
# Output files from R CMD build
|
||||||
|
/*.tar.gz
|
||||||
|
|
||||||
|
# Output files from R CMD check
|
||||||
|
/*.Rcheck/
|
||||||
|
|
||||||
# RStudio files
|
# RStudio files
|
||||||
.Rproj.user/
|
.Rproj.user/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user