I'm quite new in (and unwilling to learn) package creation/administration, so excuse-moi if I'm asking something trivial. I'm familiar with git, though, and I'd like to know if there's a similar functionality to .gitignore in roxygen. Since I use ESS, I often have a lot of backup files (*~), which are then picked up and processed with R CMD roxygen. Of course, I'd like to skip that in a more elegant manner - right now I have a shell script with find anolyzer/ -name "*~" -exec rm {} \; that flushes the nasty backups... but I kind-of need them, and just want to ignore them on install.
Disclaimer: unwiling to learn = unwilling to comb down the lengthy manuals and desperate for neat, quick and dirty one-liner
credits to John Myles White for stressing the "unwilling" part