glossari: retocs
[apunts-acces-uib-majors-25-anys-matematiques.git] / .gitignore
blob19d0dce822b0ef7a595a19be48c7ea73e6e1ac7a
1 # SPDX-FileCopyrightText: 2023 Xavier Bordoy
3 # SPDX-License-Identifier: CC-BY-4.0
5 ## Repositori hg
6 .hg/*
8 ## Core latex/pdflatex auxiliary files:
9 *.aux
10 *.lof
11 *.log
12 *.lot
13 *.fls
14 *.out
15 *.toc
17 ## Intermediate documents:
18 *.dvi
19 *-converted-to.*
20 # these rules might exclude image files for figures etc.
21 # *.ps
22 # *.eps
23 # *.pdf
25 ## Bibliography auxiliary files (bibtex/biblatex/biber):
26 *.bbl
27 *.bcf
28 *.blg
29 *-blx.aux
30 *-blx.bib
31 *.brf
32 *.run.xml
34 ## Build tool auxiliary files:
35 *.fdb_latexmk
36 *.synctex.gz
37 *.synctex.gz(busy)
38 *.pdfsync
40 ## Auxiliary and intermediate files from other packages:
42 # algorithms
43 *.alg
44 *.loa
46 # amsthm
47 *.thm
49 # beamer
50 *.nav
51 *.snm
52 *.vrb
54 #(e)ledmac/(e)ledpar
55 *.end
56 *.[1-9]
57 *.[1-9][0-9]
58 *.[1-9][0-9][0-9]
59 *.[1-9]R
60 *.[1-9][0-9]R
61 *.[1-9][0-9][0-9]R
62 *.eledsec[1-9]
63 *.eledsec[1-9]R
64 *.eledsec[1-9][0-9]
65 *.eledsec[1-9][0-9]R
66 *.eledsec[1-9][0-9][0-9]
67 *.eledsec[1-9][0-9][0-9]R
69 # glossaries
70 *.acn
71 *.acr
72 *.glg
73 *.glo
74 *.gls
76 # hyperref
77 *.brf
79 # listings
80 *.lol
82 # makeidx
83 *.idx
84 *.ilg
85 *.ind
86 *.ist
88 # minitoc
89 *.maf
90 *.mtc
91 *.mtc0
93 # minted
94 *.pyg
96 # morewrites
97 *.mw
99 # nomencl
100 *.nlo
102 # sagetex
103 *.sagetex.sage
104 *.sagetex.py
105 *.sagetex.scmd
107 # sympy
108 *.sout
109 *.sympy
110 sympy-plots-for-*.tex/
112 # todonotes
113 *.tdo
115 # xindy
116 *.xdy
118 # ninja
119 .ninja_log