final project for the course ways of thinking in informatics, technical university of vienna.

.gitignore 2.1KB

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