7830ef7b59
Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored.
23 lines
342 B
Plaintext
23 lines
342 B
Plaintext
# History files
|
|
.Rhistory
|
|
.Rapp.history
|
|
|
|
# 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/
|
|
|
|
# produced vignettes
|
|
vignettes/*.html
|
|
vignettes/*.pdf
|
|
|
|
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
|
.httr-oauth
|