Browse Source

Initial commit

Karathan 5 years ago
commit
475ad7a58b
2 changed files with 222 additions and 0 deletions
  1. 219
    0
      .gitignore
  2. 3
    0
      README.md

+ 219
- 0
.gitignore View File

@@ -0,0 +1,219 @@
1
+# ---> TeX
2
+## Core latex/pdflatex auxiliary files:
3
+*.aux
4
+*.lof
5
+*.log
6
+*.lot
7
+*.fls
8
+*.out
9
+*.toc
10
+*.fmt
11
+*.fot
12
+*.cb
13
+*.cb2
14
+
15
+## Intermediate documents:
16
+*.dvi
17
+*-converted-to.*
18
+# these rules might exclude image files for figures etc.
19
+# *.ps
20
+# *.eps
21
+# *.pdf
22
+
23
+## Generated if empty string is given at "Please type another file name for output:"
24
+.pdf
25
+
26
+## Bibliography auxiliary files (bibtex/biblatex/biber):
27
+*.bbl
28
+*.bcf
29
+*.blg
30
+*-blx.aux
31
+*-blx.bib
32
+*.run.xml
33
+
34
+## Build tool auxiliary files:
35
+*.fdb_latexmk
36
+*.synctex
37
+*.synctex(busy)
38
+*.synctex.gz
39
+*.synctex.gz(busy)
40
+*.pdfsync
41
+
42
+## Auxiliary and intermediate files from other packages:
43
+# algorithms
44
+*.alg
45
+*.loa
46
+
47
+# achemso
48
+acs-*.bib
49
+
50
+# amsthm
51
+*.thm
52
+
53
+# beamer
54
+*.nav
55
+*.pre
56
+*.snm
57
+*.vrb
58
+
59
+# changes
60
+*.soc
61
+
62
+# cprotect
63
+*.cpt
64
+
65
+# elsarticle (documentclass of Elsevier journals)
66
+*.spl
67
+
68
+# endnotes
69
+*.ent
70
+
71
+# fixme
72
+*.lox
73
+
74
+# feynmf/feynmp
75
+*.mf
76
+*.mp
77
+*.t[1-9]
78
+*.t[1-9][0-9]
79
+*.tfm
80
+
81
+#(r)(e)ledmac/(r)(e)ledpar
82
+*.end
83
+*.?end
84
+*.[1-9]
85
+*.[1-9][0-9]
86
+*.[1-9][0-9][0-9]
87
+*.[1-9]R
88
+*.[1-9][0-9]R
89
+*.[1-9][0-9][0-9]R
90
+*.eledsec[1-9]
91
+*.eledsec[1-9]R
92
+*.eledsec[1-9][0-9]
93
+*.eledsec[1-9][0-9]R
94
+*.eledsec[1-9][0-9][0-9]
95
+*.eledsec[1-9][0-9][0-9]R
96
+
97
+# glossaries
98
+*.acn
99
+*.acr
100
+*.glg
101
+*.glo
102
+*.gls
103
+*.glsdefs
104
+
105
+# gnuplottex
106
+*-gnuplottex-*
107
+
108
+# gregoriotex
109
+*.gaux
110
+*.gtex
111
+
112
+# hyperref
113
+*.brf
114
+
115
+# knitr
116
+*-concordance.tex
117
+# TODO Comment the next line if you want to keep your tikz graphics files
118
+*.tikz
119
+*-tikzDictionary
120
+
121
+# listings
122
+*.lol
123
+
124
+# makeidx
125
+*.idx
126
+*.ilg
127
+*.ind
128
+*.ist
129
+
130
+# minitoc
131
+*.maf
132
+*.mlf
133
+*.mlt
134
+*.mtc[0-9]*
135
+*.slf[0-9]*
136
+*.slt[0-9]*
137
+*.stc[0-9]*
138
+
139
+# minted
140
+_minted*
141
+*.pyg
142
+
143
+# morewrites
144
+*.mw
145
+
146
+# nomencl
147
+*.nlo
148
+
149
+# pax
150
+*.pax
151
+
152
+# sagetex
153
+*.sagetex.sage
154
+*.sagetex.py
155
+*.sagetex.scmd
156
+
157
+# scrwfile
158
+*.wrt
159
+
160
+# sympy
161
+*.sout
162
+*.sympy
163
+sympy-plots-for-*.tex/
164
+
165
+# pdfcomment
166
+*.upa
167
+*.upb
168
+
169
+# pythontex
170
+*.pytxcode
171
+pythontex-files-*/
172
+
173
+# thmtools
174
+*.loe
175
+
176
+# TikZ & PGF
177
+*.dpth
178
+*.md5
179
+*.auxlock
180
+
181
+# todonotes
182
+*.tdo
183
+
184
+# easy-todo
185
+*.lod
186
+
187
+# xindy
188
+*.xdy
189
+
190
+# xypic precompiled matrices
191
+*.xyc
192
+
193
+# endfloat
194
+*.ttt
195
+*.fff
196
+
197
+# Latexian
198
+TSWLatexianTemp*
199
+
200
+## Editors:
201
+# WinEdt
202
+*.bak
203
+*.sav
204
+
205
+# Texpad
206
+.texpadtmp
207
+
208
+# Kile
209
+*.backup
210
+
211
+# KBibTeX
212
+*~[0-9]*
213
+
214
+# auto folder when using emacs and auctex
215
+/auto/*
216
+
217
+# expex forward references with \gathertags
218
+*-tags.tex
219
+

+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
1
+# wot-final-ws18
2
+
3
+final project for the course ways of thinking in informatics, technical university of vienna.