From a40aa51f90ced7782ef5514abde2457c322e110b Mon Sep 17 00:00:00 2001 From: Oliver Keyes Date: Mon, 1 Sep 2014 12:00:20 -0400 Subject: [PATCH] Small fix .Rproj is fine - it's .Rproj.user that needs to go. --- R.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R.gitignore b/R.gitignore index ea01b082..ca4fabf9 100644 --- a/R.gitignore +++ b/R.gitignore @@ -8,4 +8,4 @@ .Rdata # RStudio files -*.Rproj +.Rproj.user