Compare commits
2 Commits
f7b73ccfec
...
baef622fc5
Author | SHA1 | Date | |
---|---|---|---|
baef622fc5 | |||
4006328729 |
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
*
|
||||||
|
!/.gitignore
|
||||||
|
|
||||||
|
################################################################################################################################
|
||||||
|
# Hauptordner
|
||||||
|
################################################################################################################################
|
||||||
|
!/README.md
|
||||||
|
|
||||||
|
################################################################################################################################
|
||||||
|
# Projekt
|
||||||
|
################################################################################################################################
|
||||||
|
!/docs
|
||||||
|
/docs/*.md
|
||||||
|
/docs/*.tex
|
||||||
|
/docs/*.pdf
|
||||||
|
!/docs/loesungen.tex
|
||||||
|
!/docs/loesungen.pdf
|
||||||
|
!/docs/zusatz.tex
|
||||||
|
!/docs/zusatz.pdf
|
||||||
|
!/docs/musterloesung_*.tex
|
||||||
|
!/docs/musterloesung_*.pdf
|
||||||
|
|
||||||
|
!/code
|
||||||
|
!/code/**/*.md
|
||||||
|
!/code/geogebra
|
||||||
|
!/code/geogebra/*.ggb
|
||||||
|
!/code/octave
|
||||||
|
!/code/octave/*.m
|
||||||
|
!/code/python
|
||||||
|
!/code/python/*.py
|
||||||
|
!/code/R
|
||||||
|
!/code/R/*.r
|
||||||
|
|
||||||
|
!/notes
|
||||||
|
!/notes/**/*.md
|
||||||
|
|
||||||
|
!/protocol
|
||||||
|
!/protocol/*.md
|
||||||
|
|
||||||
|
################################################################################################################################
|
||||||
|
# Artefakte
|
||||||
|
################################################################################################################################
|
||||||
|
/**/*.spec
|
||||||
|
/**/__pycache__
|
||||||
|
|
||||||
|
################################################################################################################################
|
||||||
|
# gitkeep: präserviert alle Ordner mit einer .gitkeep Datei drin (damit auch leere Ordner synchronisiert werden).
|
||||||
|
################################################################################################################################
|
||||||
|
!/**/.gitkeep
|
BIN
docs/musterloesung_WiSe_2020_2021_Kl2_A5.pdf
Normal file
BIN
docs/musterloesung_WiSe_2020_2021_Kl2_A5.pdf
Normal file
Binary file not shown.
1655
docs/musterloesung_WiSe_2020_2021_Kl2_A5.tex
Normal file
1655
docs/musterloesung_WiSe_2020_2021_Kl2_A5.tex
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user