]> git.g-eek.se Git - guitarsections.git/commitdiff
Add a initial Git ignore file
authorGustav Eek <gustav.eek@fripost.org>
Tue, 20 Aug 2024 07:08:46 +0000 (09:08 +0200)
committerGustav Eek <gustav.eek@fripost.org>
Tue, 20 Aug 2024 07:08:46 +0000 (09:08 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..205e70c
--- /dev/null
@@ -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