Skip to content

Commit

Permalink
Add *.Rproj for RStudio users
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ironholds committed Aug 25, 2014
1 parent 70b3c78 commit be40677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@

# R data files from past sessions
.Rdata

# RStudio files
*.Rproj

0 comments on commit be40677

Please sign in to comment.