summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2018-02-08 09:00:19 +0100
committerCamil Staps2018-02-08 09:00:19 +0100
commitc71fc4c816a012febe1458bbde3dc4c885e0adf8 (patch)
tree446a72c1fe67e446f50d13ed6035fbf6dd1ab68b
parentReturn codes in Main.hs (diff)
parentCreate files for report (diff)
Merge branch 'master' of gitlab.science.ru.nl:cstaps/compiler-construction
-rw-r--r--.gitignore36
-rw-r--r--report/report.tex12
2 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 196a265..d7e507e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,39 @@
+## Háskell ##
dist/
*.hi
*.o
+
+## LaTeX ##
+## Core latex/pdflatex auxiliary files:
+*.aux
+*.lof
+*.log
+*.lot
+*.fls
+*.out
+*.toc
+*.fmt
+*.fot
+*.cb
+*.cb2
+
+## Intermediate documents:
+*.dvi
+*.xdv
+*-converted-to.*
+*.ps
+*.eps
+*.pdf
+
+## Build tool auxiliary files:
+*.fdb_latexmk
+*.synctex
+*.synctex(busy)
+*.synctex.gz
+*.synctex.gz(busy)
+*.pdfsync
+*Notes.bib
+
+# minted
+_minted*
+*.pyg
diff --git a/report/report.tex b/report/report.tex
new file mode 100644
index 0000000..5c74cf5
--- /dev/null
+++ b/report/report.tex
@@ -0,0 +1,12 @@
+\documentclass{scrartcl}
+
+\usepackage{minted}
+
+\title{A SPL-Compiler in Haskell}
+\author{Camil Staps \and Erin van der Veen}
+
+\begin{document}
+
+\maketitle
+
+\end{document}