Smart-Home am Beispiel der Präsenzerkennung im Raum Projektarbeit Lennart Heimbs, Johannes Krug, Sebastian Dohle und Kevin Holzschuh bei Prof. Oliver Hofmann SS2019
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 2.7KB

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