# Roxygen-generated man pages:
## man/*.Rd -- we *do* want them in the repository.

# Autoconf/configure:
src/symbols.rds
src/Makevars
src/install.libs.R
src/uconfig_local.h
autom4te.cache
config.log
config.status
.lineno


# Local development environment:
*.kdev4
.kdev4
*.Rproj
.Rproj.user
.Rhistory
.RData
stringi.Rcheck
*.kate-swp
.vscode
revdep/

# Compiled files:
*.o
*.so
*.dll
*.a
src-i386/
src-x64/


# Backup and temporary files:
*~
*.backup
*.cache
*.bak
*.tmp
tmp*
delme*

# LaTeX/knitr dust:
*.aux
*.log
*.out
*.bbl
*.blg
cache-knitr/
cache/

# Sphinx documentation
.devel/sphinx/_build
