Commits


James Lamb authored and François Saint-Jacques committed 0507e505d00
ARROW-6591: [R] Ignore .Rhistory files in source control While working on [ARROW-6337](https://issues.apache.org/jira/browse/ARROW-6591), I saw that `.Rhistory` files are not currently ignored in arrow's `.gitignore`. They serve no purpose to the project so I think they should probably be ignored. Closes #5415 from jameslamb/misc/rhistory and squashes the following commits: cde2d71fe <James Lamb> ARROW-6591: Ignore .Rhistory files in source control Authored-by: James Lamb <jaylamb20@gmail.com> Signed-off-by: François Saint-Jacques <fsaintjacques@gmail.com>