From cb795b51adc2cebde69bce345d1677a9660f7096 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@inrae.fr>
Date: Thu, 17 Jun 2021 09:19:26 +0200
Subject: [PATCH] refactor: add revdep foldercreated by revdepcheck in git and
 Rbuild ignore

---
 .Rbuildignore | 1 +
 .gitignore    | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.Rbuildignore b/.Rbuildignore
index 0213e2a0..94af330f 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -10,3 +10,4 @@
 ^Rplots\.pdf$
 ^ci$
 ^data-raw$
+^revdep$
diff --git a/.gitignore b/.gitignore
index 5eb9ae24..b9e05842 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,8 @@ packrat/lib*/
 *.pdf
 !man/figures/*.pdf
 
+# revdep
+/revdep/
 
 ######################################################################################################
 ### Generic .gitignore for R (source: https://github.com/github/gitignore/blob/master/R.gitignore) ###
-- 
GitLab