linalg2020/.gitignore

68 lines
1.9 KiB
Plaintext

*
!/.gitignore
################################################################################################################################
# Hauptordner
################################################################################################################################
!/README.md
################################################################################################################################
# Projekt
################################################################################################################################
!/docs
/docs/*.md
/docs/*.tex
/docs/*.pdf
!/docs/loesungen.tex
!/docs/loesungen.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/**/*.tex
!/notes/**/*.md
!/notes/**/*.rtf
!/notes/**/*.pdf
!/protocol
!/protocol/woche1
!/protocol/woche2
!/protocol/woche3
!/protocol/woche4
!/protocol/woche5
!/protocol/woche6
!/protocol/woche7
!/protocol/woche8
!/protocol/woche9
!/protocol/woche10
!/protocol/woche11
!/protocol/woche12
!/protocol/woche13
!/protocol/**/*.md
!/protocol/**/*.txt
!/protocol/**/*.rtf
!/protocol/**/*.tex
!/contacts
!/contacts/*.py
################################################################################################################################
# Artefakte
################################################################################################################################
/**/*.spec
/**/__pycache__
################################################################################################################################
# gitkeep: präserviert alle Ordner mit einer .gitkeep Datei drin (damit auch leere Ordner synchronisiert werden).
################################################################################################################################
!/**/.gitkeep