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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. ## Core latex/pdflatex auxiliary files:
  2. *.aux
  3. *.lof
  4. *.log
  5. *.lot
  6. *.fls
  7. *.out
  8. *.toc
  9. *.fmt
  10. *.fot
  11. *.cb
  12. *.cb2
  13. .*.lb
  14. ## Intermediate documents:
  15. *.dvi
  16. *.xdv
  17. *-converted-to.*
  18. # these rules might exclude image files for figures etc.
  19. # *.ps
  20. # *.eps
  21. # *.pdf
  22. ## Generated if empty string is given at "Please type another file name for output:"
  23. .pdf
  24. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  25. *.bbl
  26. *.bcf
  27. *.blg
  28. *-blx.aux
  29. *-blx.bib
  30. *.run.xml
  31. ## Build tool auxiliary files:
  32. *.fdb_latexmk
  33. *.synctex
  34. *.synctex(busy)
  35. *.synctex.gz
  36. *.synctex.gz(busy)
  37. *.pdfsync
  38. ## Build tool directories for auxiliary files
  39. # latexrun
  40. latex.out/
  41. ## Auxiliary and intermediate files from other packages:
  42. # algorithms
  43. *.alg
  44. *.loa
  45. # achemso
  46. acs-*.bib
  47. # amsthm
  48. *.thm
  49. # beamer
  50. *.nav
  51. *.pre
  52. *.snm
  53. *.vrb
  54. # changes
  55. *.soc
  56. # comment
  57. *.cut
  58. # cprotect
  59. *.cpt
  60. # elsarticle (documentclass of Elsevier journals)
  61. *.spl
  62. # endnotes
  63. *.ent
  64. # fixme
  65. *.lox
  66. # feynmf/feynmp
  67. *.mf
  68. *.mp
  69. *.t[1-9]
  70. *.t[1-9][0-9]
  71. *.tfm
  72. #(r)(e)ledmac/(r)(e)ledpar
  73. *.end
  74. *.?end
  75. *.[1-9]
  76. *.[1-9][0-9]
  77. *.[1-9][0-9][0-9]
  78. *.[1-9]R
  79. *.[1-9][0-9]R
  80. *.[1-9][0-9][0-9]R
  81. *.eledsec[1-9]
  82. *.eledsec[1-9]R
  83. *.eledsec[1-9][0-9]
  84. *.eledsec[1-9][0-9]R
  85. *.eledsec[1-9][0-9][0-9]
  86. *.eledsec[1-9][0-9][0-9]R
  87. # glossaries
  88. *.acn
  89. *.acr
  90. *.glg
  91. *.glo
  92. *.gls
  93. *.glsdefs
  94. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  95. # *.ist
  96. # gnuplottex
  97. *-gnuplottex-*
  98. # gregoriotex
  99. *.gaux
  100. *.gtex
  101. # htlatex
  102. *.4ct
  103. *.4tc
  104. *.idv
  105. *.lg
  106. *.trc
  107. *.xref
  108. # hyperref
  109. *.brf
  110. # knitr
  111. *-concordance.tex
  112. # TODO Comment the next line if you want to keep your tikz graphics files
  113. *.tikz
  114. *-tikzDictionary
  115. # listings
  116. *.lol
  117. # luatexja-ruby
  118. *.ltjruby
  119. # makeidx
  120. *.idx
  121. *.ilg
  122. *.ind
  123. # minitoc
  124. *.maf
  125. *.mlf
  126. *.mlt
  127. *.mtc[0-9]*
  128. *.slf[0-9]*
  129. *.slt[0-9]*
  130. *.stc[0-9]*
  131. # minted
  132. _minted*
  133. *.pyg
  134. # morewrites
  135. *.mw
  136. # nomencl
  137. *.nlg
  138. *.nlo
  139. *.nls
  140. # pax
  141. *.pax
  142. # pdfpcnotes
  143. *.pdfpc
  144. # sagetex
  145. *.sagetex.sage
  146. *.sagetex.py
  147. *.sagetex.scmd
  148. # scrwfile
  149. *.wrt
  150. # sympy
  151. *.sout
  152. *.sympy
  153. sympy-plots-for-*.tex/
  154. # pdfcomment
  155. *.upa
  156. *.upb
  157. # pythontex
  158. *.pytxcode
  159. pythontex-files-*/
  160. # tcolorbox
  161. *.listing
  162. # thmtools
  163. *.loe
  164. # TikZ & PGF
  165. *.dpth
  166. *.md5
  167. *.auxlock
  168. # todonotes
  169. *.tdo
  170. # vhistory
  171. *.hst
  172. *.ver
  173. # easy-todo
  174. *.lod
  175. # xcolor
  176. *.xcp
  177. # xmpincl
  178. *.xmpi
  179. # xindy
  180. *.xdy
  181. # xypic precompiled matrices and outlines
  182. *.xyc
  183. *.xyd
  184. # endfloat
  185. *.ttt
  186. *.fff
  187. # Latexian
  188. TSWLatexianTemp*
  189. ## Editors:
  190. # WinEdt
  191. *.bak
  192. *.sav
  193. # Texpad
  194. .texpadtmp
  195. # LyX
  196. *.lyx~
  197. # Kile
  198. *.backup
  199. # KBibTeX
  200. *~[0-9]*
  201. # auto folder when using emacs and auctex
  202. ./auto/*
  203. *.el
  204. # expex forward references with \gathertags
  205. *-tags.tex
  206. # standalone packages
  207. *.sta