From 85e78a77d07b30ed7130f1c00f3ff854407e7831 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@irstea.fr>
Date: Tue, 21 Apr 2020 20:21:37 +0200
Subject: [PATCH] test: Change .gitignore for Rplots.pdf

To prevent the versionning of Rplots.pdf file created when tests are run from RStudio

Refs # 52
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1c2a1b2e..86e22f71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ packrat/lib*/
 
 # Test temporary files
 /tests/tmp/
+/tests/testthat/*.pdf
 
 ######################################################################################################
 ### Generic .gitignore for R (source: https://github.com/github/gitignore/blob/master/R.gitignore) ###
-- 
GitLab