TeX.gitignore 959 B

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