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 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. *-converted-to.*
  12. # these rules might exclude image files for figures etc.
  13. # *.ps
  14. # *.eps
  15. # *.pdf
  16. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  17. *.bbl
  18. *.bcf
  19. *.blg
  20. *-blx.aux
  21. *-blx.bib
  22. *.brf
  23. *.run.xml
  24. ## Build tool auxiliary files:
  25. *.fdb_latexmk
  26. *.synctex
  27. *.synctex.gz
  28. *.synctex.gz(busy)
  29. *.pdfsync
  30. ## Auxiliary and intermediate files from other packages:
  31. # algorithms
  32. *.alg
  33. *.loa
  34. # achemso
  35. acs-*.bib
  36. # amsthm
  37. *.thm
  38. # beamer
  39. *.nav
  40. *.snm
  41. *.vrb
  42. #(e)ledmac/(e)ledpar
  43. *.end
  44. *.[1-9]
  45. *.[1-9][0-9]
  46. *.[1-9][0-9][0-9]
  47. *.[1-9]R
  48. *.[1-9][0-9]R
  49. *.[1-9][0-9][0-9]R
  50. *.eledsec[1-9]
  51. *.eledsec[1-9]R
  52. *.eledsec[1-9][0-9]
  53. *.eledsec[1-9][0-9]R
  54. *.eledsec[1-9][0-9][0-9]
  55. *.eledsec[1-9][0-9][0-9]R
  56. # glossaries
  57. *.acn
  58. *.acr
  59. *.glg
  60. *.glo
  61. *.gls
  62. # hyperref
  63. *.brf
  64. # knitr
  65. *-concordance.tex
  66. *.tikz
  67. *-tikzDictionary
  68. # listings
  69. *.lol
  70. # makeidx
  71. *.idx
  72. *.ilg
  73. *.ind
  74. *.ist
  75. # minitoc
  76. *.maf
  77. *.mtc
  78. *.mtc0
  79. # minted
  80. *.pyg
  81. # morewrites
  82. *.mw
  83. # nomencl
  84. *.nlo
  85. # sagetex
  86. *.sagetex.sage
  87. *.sagetex.py
  88. *.sagetex.scmd
  89. # sympy
  90. *.sout
  91. *.sympy
  92. sympy-plots-for-*.tex/
  93. # todonotes
  94. *.tdo
  95. # xindy
  96. *.xdy