Commit be406770 authored by Oliver Keyes's avatar Oliver Keyes

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.
parent 70b3c781
...@@ -6,3 +6,6 @@ ...@@ -6,3 +6,6 @@
# R data files from past sessions # R data files from past sessions
.Rdata .Rdata
# RStudio files
*.Rproj
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment