TeX.gitignore 940 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. # nomencl
  67. *.nlo
  68. # sagetex
  69. *.sagetex.sage
  70. *.sagetex.py
  71. *.sagetex.scmd
  72. # sympy
  73. *.sout
  74. *.sympy
  75. sympy-plots-for-*.tex/
  76. # todonotes
  77. *.tdo
  78. # xindy
  79. *.xdy