summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2014-06-03 01:49:24 +0200
committerGuillermo Ramos2014-06-03 01:50:00 +0200
commit903c80cb2f1a7145d4fc8ace83683f605e27d0f8 (patch)
treeee19256a0c8c9031d4d3aa46288870d5395c64c3 /Makefile
parent1d78c26038f628752ea77ce48fc8a5936b8700d9 (diff)
downloadtfg-903c80cb2f1a7145d4fc8ace83683f605e27d0f8.tar.gz
Actualizados gitignore, Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50c4e8a..7556869 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,6 @@ bib:
bibtex memoria
clean:
- rm -rf *.aux *.bbl *.blg *.log *.out *.lol *.dvi *.brf *.idx *.toc
+ rm -rf _region_.tex *.aux *.bbl *.blg *.brf *.dvi *.fdb_latexmk *.fls *.fmt *.idx *.log *.lol *.out *.prv *.toc
.PHONY : tex bib clean