From cfb86905a5ada6e09956c8c957326d19fd40b42f Mon Sep 17 00:00:00 2001 From: Eduardo Junior <edujrrib@gmail.com> Date: Sat, 30 Apr 2016 23:22:40 -0300 Subject: [PATCH] =?UTF-8?q?Ignora=20arquivos=20resultados=20da=20compila?= =?UTF-8?q?=C3=A7=C3=A3o=20de=20um=20Rnw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.gitignore b/.gitignore index 53a14c2..397b262 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +## General README.html .Rhistory vignettes/*.html @@ -6,3 +7,35 @@ vignettes/*.html !vignettes/_MathJax.html inst/doc/*.Rmd playground.R + +## Rnw output files +**/cache/* +**/figure/* +*.nav +*.snm +*.tex + +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +## Intermediate documents: +*.dvi +*-converted-to.* +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Emacs +.#* -- GitLab