From 210a49a70aa0c0b4e9a6e73fb6213942e172cea9 Mon Sep 17 00:00:00 2001
From: kaasasolut <git@kaasa.com>
Date: Mon, 25 Feb 2019 10:17:59 +0100
Subject: [PATCH] R: ignore user-specific files

---
 R.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/R.gitignore b/R.gitignore
index fcff087a..fb078591 100644
--- a/R.gitignore
+++ b/R.gitignore
@@ -5,6 +5,9 @@
 # Session Data files
 .RData
 
+# User-specific files
+.Ruserdata
+
 # Example code in package build process
 *-Ex.R