aboutsummaryrefslogtreecommitdiffstats
path: root/R.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1684 from jimhester/patch-1Brendan Forster2016-03-061-0/+6
|\ | | | | Ignore output from R CMD build and R CMD check
| * Ignore output from R CMD build and R CMD checkJim Hester2015-10-021-0/+6
| | | | | | Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored.
* | Ignore `.RData` filesJim Hester2015-10-021-0/+3
|/ | | N.B. this ignores only the exact file `.RData` generated by default from `save.image()` and `quit()`. It is _not_ what is referred to in https://github.com/github/gitignore/commit/1f8466164330277fc8c9126ded3cc207ff3baf91 and http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages, which refers only to files with an `*.RData` _extension_.
* ignore OAuth2 tokenKatrin Leinweber2015-05-201-0/+3
| | | Created for example when using https://github.com/jennybc/googlesheets
* Merge pull request #1263 from jangorecki/masterCarl Suster2014-11-291-0/+4
|\ | | | | R.gitignore - exclude vignettes products
| * exclude vignettes productsjangorecki2014-10-251-0/+4
| |
* | Add history file that is generated by R.app for Mac OSAdam Liter2014-11-271-0/+1
|/
* revert 1f8466164330277fc8c9126ded3cc207ff3baf91Gergely Daróczi2014-10-131-3/+0
| | | | | | Details: `RData` is a valid file format for bundling data with an R package based on the "Writing R Extensions" manual: http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages
* Change to directoryOliver Keyes2014-09-021-1/+1
|
* Small fixOliver Keyes2014-09-011-1/+1
| | | .Rproj is fine - it's .Rproj.user that needs to go.
* Add *.Rproj for RStudio usersOliver Keyes2014-08-251-0/+3
| | | RStudio - the only real R IDE, and an incredibly commonly used environment for R, particularly since it has git support - uses .Rproj files in projects, that follow the pattern projectname.Rproj. Adding *.Rproj to capture these and exclude them.
* R.gitignore - Added .Rdata filesTim Grilley2014-02-271-0/+3
|
* ensure single trailing newlineIvan Zuzak2013-10-061-1/+1
|
* add 'R.gitignore' for RJulian Gehring2011-10-081-0/+5