From be406770284bd4ca1b5a0fa686c6dfcac457157e Mon Sep 17 00:00:00 2001 From: Oliver Keyes Date: Mon, 25 Aug 2014 16:08:38 -0400 Subject: [PATCH] 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. --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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