From: Oliver Keyes Date: Mon, 25 Aug 2014 20:08:38 +0000 (-0400) Subject: Add *.Rproj for RStudio users X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1183%2Fhead;p=gitignore.git Add *.Rproj for RStudio users RStudio - the only real R IDE, and an incredibly commonly used environment for R, particularly since it has git support - uses .Rproj files in projects, that follow the pattern projectname.Rproj. Adding *.Rproj to capture these and exclude them. --- diff --git a/R.gitignore b/R.gitignore index 9a1509d5..ea01b082 100644 --- a/R.gitignore +++ b/R.gitignore @@ -6,3 +6,6 @@ # R data files from past sessions .Rdata + +# RStudio files +*.Rproj