From 2eaa127899dd46577dde7880867da4f48efdce95 Mon Sep 17 00:00:00 2001 From: Eduardo Junior Date: Mon, 2 May 2016 15:04:07 -0300 Subject: [PATCH] =?UTF-8?q?Corrige=20gitignore=20para=20ignores=20arquivos?= =?UTF-8?q?=20resultantes=20da=20compila=C3=A7=C3=A3o=20Rmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9dea3ed..6086feb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,9 @@ vignettes/*.html inst/doc/*.Rmd playground.R -## Rnw output files -**/cache/* +## Rnw/Rmd output files +**/*_cache/* +**/*_files/* **/figure/* *.nav *.snm -- GitLab