]> source.dussan.org Git - gitignore.git/commitdiff
Add *.Rproj for RStudio users 1183/head
authorOliver Keyes <Ironholds@users.noreply.github.com>
Mon, 25 Aug 2014 20:08:38 +0000 (16:08 -0400)
committerOliver Keyes <Ironholds@users.noreply.github.com>
Mon, 25 Aug 2014 20:08:38 +0000 (16:08 -0400)
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

index 9a1509d5ade5c5e989d1df6dd94049f494ecb3c8..ea01b0826c9a4cbace23cff5f49da1f83556adc5 100644 (file)
@@ -6,3 +6,6 @@
 
 # R data files from past sessions
 .Rdata
+
+# RStudio files
+*.Rproj