diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-04-18 08:18:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 08:18:48 +0200 |
commit | 2dec772068c9793c21a1b9beec9c3bd186134660 (patch) | |
tree | 0fdfb7a962f35be13b7a0659493b505a5385fa26 | |
parent | Slides erweitert. (diff) | |
parent | Create .gitignore for buch/ (diff) | |
download | SeminarMatrizen-2dec772068c9793c21a1b9beec9c3bd186134660.tar.gz SeminarMatrizen-2dec772068c9793c21a1b9beec9c3bd186134660.zip |
Merge pull request #8 from NaoPross/create-gitignore
Create .gitignore for buch/
Diffstat (limited to '')
-rw-r--r-- | buch/.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/.gitignore b/buch/.gitignore new file mode 100644 index 0000000..4600c1a --- /dev/null +++ b/buch/.gitignore @@ -0,0 +1,12 @@ +buch*.aux +buch*.bbl +buch*.bib +buch*.blg +buch*.idx +buch*.ilg +buch*.ind +buch*.log +buch*.out +buch*.pdf +buch*.run.xml +buch*.toc |