Fixed the sum range variable subscipts.
[binaryfield.git] / .gitignore
1 ## Core latex/pdflatex auxiliary files:
2 *.aux
3 *.lof
4 *.log
5 *.lot
6 *.fls
7 *.out
8 *.toc
9
10 ## Intermediate documents:
11 *.dvi
12 *-converted-to.*
13 # these rules might exclude image files for figures etc.
14 # *.ps
15 # *.eps
16 *.pdf
17
18 ## Bibliography auxiliary files (bibtex/biblatex/biber):
19 *.bbl
20 *.bcf
21 *.blg
22 *-blx.aux
23 *-blx.bib
24 *.brf
25 *.run.xml
26
27 ## Build tool auxiliary files:
28 *.fdb_latexmk
29 *.synctex.gz
30 *.synctex.gz(busy)
31 *.pdfsync
32
33 ## Auxiliary and intermediate files from other packages:
34
35 # algorithms
36 *.alg
37 *.loa
38
39 # amsthm
40 *.thm
41
42 # beamer
43 *.nav
44 *.snm
45 *.vrb
46
47 #(e)ledmac/(e)ledpar
48 *.end
49 *.[1-9]
50 *.[1-9][0-9]
51 *.[1-9][0-9][0-9]
52 *.[1-9]R
53 *.[1-9][0-9]R
54 *.[1-9][0-9][0-9]R
55 *.eledsec[1-9]
56 *.eledsec[1-9]R
57 *.eledsec[1-9][0-9]
58 *.eledsec[1-9][0-9]R
59 *.eledsec[1-9][0-9][0-9]
60 *.eledsec[1-9][0-9][0-9]R
61
62 # glossaries
63 *.acn
64 *.acr
65 *.glg
66 *.glo
67 *.gls
68
69 # hyperref
70 *.brf
71
72 # listings
73 *.lol
74
75 # makeidx
76 *.idx
77 *.ilg
78 *.ind
79 *.ist
80
81 # minitoc
82 *.maf
83 *.mtc
84 *.mtc0
85
86 # minted
87 *.pyg
88
89 # morewrites
90 *.mw
91
92 # nomencl
93 *.nlo
94
95 # sagetex
96 *.sagetex.sage
97 *.sagetex.py
98 *.sagetex.scmd
99
100 # sympy
101 *.sout
102 *.sympy
103 sympy-plots-for-*.tex/
104
105 # todonotes
106 *.tdo
107
108 # xindy
109 *.xdy
110