Ignore files created for glossaries
This ignores files created when including a glossary with a project.
This commit is contained in:
parent
25349609ea
commit
ea9cbe39ff
|
@ -1,6 +1,14 @@
|
||||||
|
*.acn
|
||||||
|
*.acr
|
||||||
|
*.alg
|
||||||
*.aux
|
*.aux
|
||||||
*.bbl
|
*.bbl
|
||||||
*.blg
|
*.blg
|
||||||
|
*.glg
|
||||||
|
*.glo
|
||||||
|
*.gls
|
||||||
|
*.glsdefs
|
||||||
|
*.ist
|
||||||
*.toc
|
*.toc
|
||||||
*.tdo
|
*.tdo
|
||||||
*.ps
|
*.ps
|
||||||
|
|
Loading…
Reference in New Issue