diff options
author | Joshua Baer <joshua.baer@ost.ch> | 2022-07-19 14:36:41 +0200 |
---|---|---|
committer | Joshua Baer <joshua.baer@ost.ch> | 2022-07-19 14:36:41 +0200 |
commit | 6c23215c9ad1209bee5d1d2704579b4761341b71 (patch) | |
tree | ebf81f5cfc84a674aca696680b4a27cc0d194390 /buch/.gitignore | |
parent | save (diff) | |
download | SeminarSpezielleFunktionen-6c23215c9ad1209bee5d1d2704579b4761341b71.tar.gz SeminarSpezielleFunktionen-6c23215c9ad1209bee5d1d2704579b4761341b71.zip |
add gitignore
Diffstat (limited to '')
-rw-r--r-- | buch/.gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/buch/.gitignore b/buch/.gitignore new file mode 100644 index 0000000..86604da --- /dev/null +++ b/buch/.gitignore @@ -0,0 +1,19 @@ +*.aux +*.bbl +*.bib +*.blg +*.idx +*.ilg +*.ind +*.log +*.out +*.rpt +buch*.pdf +*.run.xml +*.toc +.build/ +*.synctex.gz +*.DS_Store + + +*.synctex(busy)
\ No newline at end of file |