From c233e90eed185ceb46bd2ae1142eec18d2e2f09d Mon Sep 17 00:00:00 2001
From: Eduardo Junior <edujrrib@gmail.com>
Date: Sun, 1 May 2016 22:10:27 -0300
Subject: [PATCH] Ignora arquivos auxilares de bibliografia latex

---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 397b262..9dea3ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,13 @@ playground.R
 *.synctex.gz
 *.synctex.gz(busy)
 *.pdfsync
+## Bibliography auxiliary files (bibtex/biblatex/biber):
+*.bbl
+*.bcf
+*.blg
+*-blx.aux
+*-blx.bib
+*.brf
 
 ## Emacs
 .#*
-- 
GitLab