Beiträge hinzugefügt, Examensarbeit hinzugefügt, Diagramme hinzugefügt.
This commit is contained in:
parent
d28f0594c2
commit
aa36f85702
216 changed files with 173743 additions and 0 deletions
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
# git ls-files --others --exclude-from=.git/info/exclude
|
||||
# Lines that start with '#' are comments.
|
||||
# For a project mostly in C, the following would be a good set of
|
||||
# exclude patterns (uncomment them if you want to use them):
|
||||
*.[oa]
|
||||
*~
|
||||
#*#
|
||||
.*.rej
|
||||
*.rej
|
||||
*~
|
||||
.#*
|
||||
*.lo
|
||||
*.la
|
||||
*.al
|
||||
.libs
|
||||
*.so
|
||||
*.so.[0-9]*
|
||||
*.a
|
||||
|
||||
# Python
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.AppleDB
|
||||
._
|
||||
|
||||
# LaTeX
|
||||
*.xmpi
|
||||
*.aux
|
||||
*.log
|
||||
*.bbl
|
||||
*.out
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.bst
|
||||
*.blg
|
Loading…
Add table
Add a link
Reference in a new issue