[latex3-commits] [latex3/xfrac] main: Add .gitignore (d9ec7a3)
github at latex-project.org
github at latex-project.org
Tue Feb 13 16:20:13 CET 2024
Repository : https://github.com/latex3/xfrac
On branch : main
Link : https://github.com/latex3/xfrac/commit/d9ec7a3928e92adc8eae9c697cc07eb1040a5ec9
>---------------------------------------------------------------
commit d9ec7a3928e92adc8eae9c697cc07eb1040a5ec9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Feb 13 15:20:13 2024 +0000
Add .gitignore
>---------------------------------------------------------------
d9ec7a3928e92adc8eae9c697cc07eb1040a5ec9
.gitignore | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0632c7f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+build/*
+
+*.zip
+
+*.*~
+
+*.aux
+*.bbl
+*.glo
+*.gz
+*.hd
+*.idx
+*.ilg
+*.ind
+*.log
+*.out
+*.toc
+
+.DS_Store
More information about the latex3-commits
mailing list.