From 6c23215c9ad1209bee5d1d2704579b4761341b71 Mon Sep 17 00:00:00 2001
From: Joshua Baer <joshua.baer@ost.ch>
Date: Tue, 19 Jul 2022 14:36:41 +0200
Subject: add gitignore

---
 buch/.gitignore | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 buch/.gitignore

(limited to 'buch/.gitignore')

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
-- 
cgit v1.2.1