diff options
author | Nao Pross <np@0hm.ch> | 2021-04-16 21:20:31 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-04-16 21:20:31 +0200 |
commit | a11e15a68ec7e049f3d724e5e4042317fcbecc21 (patch) | |
tree | 39822b89d49399a54117cd0342e817e8a8808b01 | |
parent | Merge pull request #7 from TReichlin/master (diff) | |
download | SeminarMatrizen-a11e15a68ec7e049f3d724e5e4042317fcbecc21.tar.gz SeminarMatrizen-a11e15a68ec7e049f3d724e5e4042317fcbecc21.zip |
Create .gitignore for buch/create-gitignore
It is a bit annoying to get that huge list of untracked aux files every
time `$ git status' runs
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 |