Browse Source

R: ignore user-specific files

kaasasolut 6 years ago
parent
commit
210a49a70a
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