linalg2020/.gitignore

68 lines
1.9 KiB
Plaintext
Raw Normal View History

2020-11-20 19:54:18 +01:00
*
!/.gitignore
################################################################################################################################
# Hauptordner
################################################################################################################################
!/README.md
################################################################################################################################
# Projekt
################################################################################################################################
!/docs
/docs/*.md
/docs/*.tex
/docs/*.pdf
!/docs/loesungen.tex
!/docs/loesungen.pdf
2021-01-13 09:48:28 +01:00
2020-11-20 19:54:18 +01:00
!/code
2021-01-13 09:48:28 +01:00
!/code/**/*.md
2020-11-20 19:54:18 +01:00
!/code/geogebra
!/code/geogebra/*.ggb
2021-01-13 09:48:28 +01:00
!/code/octave
!/code/octave/*.m
2020-11-20 19:54:18 +01:00
!/code/python
!/code/python/*.py
!/code/R
!/code/R/*.r
2021-01-13 09:48:28 +01:00
2020-11-20 19:54:18 +01:00
!/notes
!/notes/**/*.tex
!/notes/**/*.md
!/notes/**/*.rtf
!/notes/**/*.pdf
2021-01-13 09:48:28 +01:00
2020-11-21 23:16:41 +01:00
!/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
2021-01-13 09:48:28 +01:00
2020-11-20 19:54:18 +01:00
!/contacts
!/contacts/*.py
################################################################################################################################
# Artefakte
################################################################################################################################
/**/*.spec
/**/__pycache__
################################################################################################################################
# gitkeep: präserviert alle Ordner mit einer .gitkeep Datei drin (damit auch leere Ordner synchronisiert werden).
################################################################################################################################
!/**/.gitkeep