# git files
.gitignore
.git
\.pack

# ignore ci/app files
.gitlab-ci.yaml
.gitlab-ci.yml
setupEnv.R
.travis.yml
codecov\.yml
appveyor\.yml

# ignore this file
.Rbuildignore

# ignore RStudio files
.Rproj/
.Rproj\.user/

# ignore the Rprofile
.Rprofile

# ignore tmp files
vignettes/cache
vignettes/figure
vignettes/build
.Rsubread_*
kremer_ae_*
^tmp_libs/
^.*\.Rproj$
^\.Rproj\.user$
^doc$
^Meta$

# ignore compiled objects
\.o
\.so
^\.github$
