From bcc1732c52b60d68114fb57ff22bce5c4fd2bf75 Mon Sep 17 00:00:00 2001 From: Eduardo Junior <edujrrib@gmail.com> Date: Tue, 10 May 2016 16:47:25 -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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed5f2cc..7a09bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +*.tex +*.ilg +*.ind +*.lof +*.lot *.aux *.log *.out @@ -11,7 +16,6 @@ *.brf *.idx *.html -*.pdf *~ .#* #* @@ -21,3 +25,7 @@ .Rproj.user **/cache/* **/figures/* + +*.pdf +!00-projeto.pdf +!01-tcc.pdf -- GitLab