# -------------------------------------------------------------------------------------------------#
# .Rbuildignore automatically generated by RLumBuild
# author: Sebastian Kreutzer
# template version: 2019-08-04
# -------------------------------------------------------------------------------------------------#

# -- Exclude R stuff --
^NEWS\.Rmd$
^NEWS\.html$
^cran-comments\.md$
^cran-comments\.html$
^\.Rprofile$
^src/$

# -- Exclude RStudio files --
^.*\.Rproj$
^\.Rproj\.user$
^packrat/$
^tests/testdata$
^\test\*
^_pkgdown\.yml$
^docs$

# -- Exclude compiled code --
^src/.*\.o$
^src/.*/.*\.o$

# -- Exclude test suite files --
^\.travis\.yml$
^appveyor\.yml$
^codecov\.yml$

# -- Exclude GitHub stuff --
^LICENSE$
^README\.Rmd$
^README\.html$
^\.github$

# -- Exclude vignettes cache and files --
^vignettes/.*cache$
^vignettes/.*files$
^vignettes/.*\.xsyg$
^vignettes/.*\.log$
^vignettes/.*\.csv$

# -- Exclude build stuff
^Makefile$

# -- Exclude meta data stuff --
^codemeta\.json$
^\.zenodo\.json$

# -- Package 'rxylib' stuff -- 
^rxylib\..*$