Browse Source

Merge pull request #2974 from kaasasolut/patch-1

R: ignore user-specific files
Brendan Forster 6 years ago
parent
commit
e32de69dc7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      R.gitignore

+ 3 - 0
R.gitignore

@@ -5,6 +5,9 @@
 # Session Data files
 .RData
 
+# User-specific files
+.Ruserdata
+
 # Example code in package build process
 *-Ex.R