R/misc.R
gitignore.Rd
Add a file to a project's .gitignore list
gitignore(f, dry.run = FALSE, verbose = FALSE)
file.path or wildcard to add to gitignore
logical
logical, print operation results?
if (FALSE) { gitignore("test") }