forked from tudelft-pl/master-thesis-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (48 loc) · 820 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
### Generated Files ###
*.swp
/out/
.refresh
_minted-document/
missfont.log
*.log
*.fls
*.fdb_latexmk
*.aux
.~lock.document.pdf#
# Latex auxilary file - list of figures/tables
*.lof
*.lot
# logreq request file, keeps track of requests to rerun Latex compiler
*.run.xml
# Intellij
/.idea
# Mac
.DS_Store
# adapted from github/misberner/.gitignore-latex
# https://gist.github.com/misberner/8316891
# LaTeX temporary files
*.aux
*.log
*.toc
# PDF output - usually a bad idea to keep this in Git
*.pdf
# Latexmk
*.fdb_latexmk
# SyncTeX
*.synctex.gz
# LaTeX Beamer
*.snm
*.vrb
*.nav
*.out
# BibTeX
*.bbl
*.blg
# Log created by Adobe Reader
C:\\nppdf32Log\\debuglog.txt
# Generated files
/generated/*
!/generated/README.md
!/generated/generics_implementation_example.tex
# Excel backup
/notes/~$task-features.xlsx