
# always keep buildignore
!Rbuildignore

# git
.gitattributes
.gitigmodules
.hgtags

# Compilation to tex
..pdf
.Rd2pdf*/
.log
.aux
unsrturl.bst

# Compilation of Vignettes and documentation to HTML
vignettes/*.html
vignettes/*.R
README.html

# References for some tests are kept in tests/testthat/know.values/
tests/testthat/known.values/testresult*

# Rcpp compiled files
*.o
*.so
*.dll
*.sl
*.dylib
symbols.rds
.a

# package builds
build/*
*.tar.gz

# History files
.gdb.history
.Rhistory
.rhistory
.Rapp.history
.rapp.history

# Session Data files
.renviron
.RData
.tm_properties
.log
.backups
.directory
.exrc
.ds_store

# User-specific files
.Ruserdata
.rprofile

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# IDE files
# RStudio
.rproj
.Rproj.user/
.rproj.user
# vi / text editors
.exrc
# Eclipse / other
.project
.cproject
.settings

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.mdi

# Dropbox files
.dropbox

# Installer files
.seed

# (KDE) directory property
.directory
inst/doc
