diff options
author | Camil Staps | 2018-02-08 09:00:19 +0100 |
---|---|---|
committer | Camil Staps | 2018-02-08 09:00:19 +0100 |
commit | c71fc4c816a012febe1458bbde3dc4c885e0adf8 (patch) | |
tree | 446a72c1fe67e446f50d13ed6035fbf6dd1ab68b /.gitignore | |
parent | Return codes in Main.hs (diff) | |
parent | Create files for report (diff) |
Merge branch 'master' of gitlab.science.ru.nl:cstaps/compiler-construction
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -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 |