diff options
author | Roy Seitz <roy.seitz@ost.ch> | 2021-04-30 18:33:43 +0200 |
---|---|---|
committer | Roy Seitz <roy.seitz@ost.ch> | 2021-04-30 18:33:43 +0200 |
commit | 819b9256e65a2775f44904fc25711bbc4a47435b (patch) | |
tree | 021dd13c4a39eb6b08af6eb5826b363d7ee1952d /buch/.gitignore | |
parent | Auszug1_Kalman (diff) | |
download | SeminarMatrizen-819b9256e65a2775f44904fc25711bbc4a47435b.tar.gz SeminarMatrizen-819b9256e65a2775f44904fc25711bbc4a47435b.zip |
Dateien entfernt und ignoriert, die nicht im Git sein sollten.
Diffstat (limited to '')
-rw-r--r-- | buch/.gitignore | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/buch/.gitignore b/buch/.gitignore index 4600c1a..5d8a46e 100644 --- a/buch/.gitignore +++ b/buch/.gitignore @@ -1,12 +1,16 @@ -buch*.aux -buch*.bbl -buch*.bib -buch*.blg -buch*.idx -buch*.ilg -buch*.ind -buch*.log -buch*.out +*.aux +*.bbl +*.bib +*.blg +*.idx +*.ilg +*.ind +*.log +*.out +*.rpt buch*.pdf -buch*.run.xml -buch*.toc +*.run.xml +*.toc +.build/ +*.synctex.gz +*.DS_Store |