From: Gustav Eek Date: Tue, 20 Aug 2024 07:08:46 +0000 (+0200) Subject: Add a initial Git ignore file X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=b278f0d122d42695e359f7e40f8718655deeabd6;p=guitarsections.git Add a initial Git ignore file --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..205e70c --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Generic + +*#* +*~* + +# LaTeX compilation remedies + +*.aux +*.dvi +*.hd +*.log +*.lyx +*.nav +*.out +*.snm +*.toc +*.vrb + +# LaTeX package intermediates + +*.cls +*.dtx +*.ins +*.sty +*.tex + +# Enforce these + +!doc/*.tex +!tex/*.cls +!tex/*.sty +!tex/tests/*.tex + +# LaTeX PDF output + +*.pdf