Added .gitignore for generated files
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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
|
||||
7
main.tex
7
main.tex
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user