^.*\.Rproj$         # Automatically added by RStudio,
^\.Rproj\.user$     # used for temporary files.
^cran-comments\.md$ # Comments for CRAN submission
^README\.Rmd$       # An Rmarkdown file used to generate README.md
^NEWS\.md$          # A news file written in Markdown
^\.travis\.yml$     # Used for continuous integration testing with travis

# Setting for the github repository
^\.github$
^\.BACKUP\.$
^\.BASE\.$
^\.LOCAL\.$
^\.REMOTE\.$
^\.orig$
^\.out$
^\.RData$
^BioCor.Rproj$
^.travis.yml
^appveyor\.yml$
