From a11e15a68ec7e049f3d724e5e4042317fcbecc21 Mon Sep 17 00:00:00 2001
From: Nao Pross <np@0hm.ch>
Date: Fri, 16 Apr 2021 21:20:31 +0200
Subject: Create .gitignore for buch/

It is a bit annoying to get that huge list of untracked aux files every
time `$ git status' runs
---
 buch/.gitignore | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 buch/.gitignore

(limited to 'buch/.gitignore')

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