You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TeX.gitignore 965B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. *.brf
  22. *.run.xml
  23. ## Build tool auxiliary files:
  24. *.fdb_latexmk
  25. *.synctex.gz
  26. *.synctex.gz(busy)
  27. *.pdfsync
  28. ## Auxiliary and intermediate files from other packages:
  29. # algorithms
  30. *.alg
  31. *.loa
  32. # amsthm
  33. *.thm
  34. # beamer
  35. *.nav
  36. *.snm
  37. *.vrb
  38. #(e)ledmac/(e)ledpar
  39. *.end
  40. *.[1-9]
  41. *.[1-9][0-9]
  42. *.[1-9][0-9][0-9]
  43. *.[1-9]R
  44. *.[1-9][0-9]R
  45. *.[1-9][0-9][0-9]R
  46. # glossaries
  47. *.acn
  48. *.acr
  49. *.glg
  50. *.glo
  51. *.gls
  52. # hyperref
  53. *.brf
  54. # listings
  55. *.lol
  56. # makeidx
  57. *.idx
  58. *.ilg
  59. *.ind
  60. *.ist
  61. # minitoc
  62. *.maf
  63. *.mtc
  64. *.mtc0
  65. # minted
  66. *.pyg
  67. # morewrites
  68. *.mw
  69. # nomencl
  70. *.nlo
  71. # sagetex
  72. *.sagetex.sage
  73. *.sagetex.py
  74. *.sagetex.scmd
  75. # sympy
  76. *.sout
  77. *.sympy
  78. sympy-plots-for-*.tex/
  79. # todonotes
  80. *.tdo
  81. # xindy
  82. *.xdy