Added .gitignore for generated files

This commit is contained in:
2020-02-03 13:43:29 +00:00
parent b7e40fc782
commit f9f194f772
2 changed files with 27 additions and 1 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
.*~
auto/*
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.lof
*.log
*.lot
*.lox
*.out
*.pdf
*.run.xml
*.synctex.gz
*.toc
*.xdv

View File

@@ -1,7 +1,7 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\title{ru-thesis}
\title{Reykjavik University Unified Thesis Template}
\author{Joseph Foley}
\date{February 2020}
@@ -12,3 +12,8 @@
\section{Introduction}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: