#----------------------------
# Git and SVN related
#----------------------------
^.svn
^.git
README[.]md

#----------------------------
# Travis-CI et al.
#----------------------------
^[.]travis[.]yml$
^travis-tool[.]sh$
^pkg-build[.]sh$
^appveyor[.]yml$
^covr-utils.R$
^[.]coveralls[.]R$

#----------------------------
# R related
#----------------------------
^cran-comments[.].*$
^vignettes/.*[.](pdf|PDF)$
^vignettes/.*[.](r|R)$
^vignettes/[.]install_extras$
^Makefile$
^incl
^NAMESPACE,.*[.]txt$
^nohup.*$
^[.]devel
^[.]test
^[.]check
.Rhistory
R/.Rhistory

#----------------------------
# Temp scripts
#----------------------------
^old_scripts/*
^.*\.Rproj$
^\.Rproj\.user$
scripts
^\.github$