Icon?
report/

# R variables
.Rproj.user
EpiCompare.Rproj
.Rhistory
.Rapp.history
.RData
.Ruserdata
.Renviron

# Mac variables
## To remove all .DS_Store:
# find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
*.DS_Store
data/*DS_Store
src/*.DS_Store
outs/*.DS_Store
docs/*.DS_Store
papers/*.DS_Store
./**/.DS_Store
./**/**/.DS_Store
./**/**/**/.DS_Store
./**/**/**/**/.DS_Store
./**/**/**/**/**/.DS_Store
./**/**/**/**/**/**/.DS_Store

# Irrelevant files
outs/
docs/
papers/
figure/
EpiCompare_file/
inst/doc
*.jpeg


# 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
vignettes/*.R
# 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.md
# Ignore example html report for now 
inst/report
/doc/
/Meta/
