mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02: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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue