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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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. # cprotect
  57. *.cpt
  58. # elsarticle (documentclass of Elsevier journals)
  59. *.spl
  60. # endnotes
  61. *.ent
  62. # fixme
  63. *.lox
  64. # feynmf/feynmp
  65. *.mf
  66. *.mp
  67. *.t[1-9]
  68. *.t[1-9][0-9]
  69. *.tfm
  70. #(r)(e)ledmac/(r)(e)ledpar
  71. *.end
  72. *.?end
  73. *.[1-9]
  74. *.[1-9][0-9]
  75. *.[1-9][0-9][0-9]
  76. *.[1-9]R
  77. *.[1-9][0-9]R
  78. *.[1-9][0-9][0-9]R
  79. *.eledsec[1-9]
  80. *.eledsec[1-9]R
  81. *.eledsec[1-9][0-9]
  82. *.eledsec[1-9][0-9]R
  83. *.eledsec[1-9][0-9][0-9]
  84. *.eledsec[1-9][0-9][0-9]R
  85. # glossaries
  86. *.acn
  87. *.acr
  88. *.glg
  89. *.glo
  90. *.gls
  91. *.glsdefs
  92. # gnuplottex
  93. *-gnuplottex-*
  94. # gregoriotex
  95. *.gaux
  96. *.gtex
  97. # htlatex
  98. *.4ct
  99. *.4tc
  100. *.idv
  101. *.lg
  102. *.trc
  103. *.xref
  104. # hyperref
  105. *.brf
  106. # knitr
  107. *-concordance.tex
  108. # TODO Comment the next line if you want to keep your tikz graphics files
  109. *.tikz
  110. *-tikzDictionary
  111. # listings
  112. *.lol
  113. # makeidx
  114. *.idx
  115. *.ilg
  116. *.ind
  117. *.ist
  118. # minitoc
  119. *.maf
  120. *.mlf
  121. *.mlt
  122. *.mtc[0-9]*
  123. *.slf[0-9]*
  124. *.slt[0-9]*
  125. *.stc[0-9]*
  126. # minted
  127. _minted*
  128. *.pyg
  129. # morewrites
  130. *.mw
  131. # nomencl
  132. *.nlg
  133. *.nlo
  134. *.nls
  135. # pax
  136. *.pax
  137. # pdfpcnotes
  138. *.pdfpc
  139. # sagetex
  140. *.sagetex.sage
  141. *.sagetex.py
  142. *.sagetex.scmd
  143. # scrwfile
  144. *.wrt
  145. # sympy
  146. *.sout
  147. *.sympy
  148. sympy-plots-for-*.tex/
  149. # pdfcomment
  150. *.upa
  151. *.upb
  152. # pythontex
  153. *.pytxcode
  154. pythontex-files-*/
  155. # thmtools
  156. *.loe
  157. # TikZ & PGF
  158. *.dpth
  159. *.md5
  160. *.auxlock
  161. # todonotes
  162. *.tdo
  163. # easy-todo
  164. *.lod
  165. # xmpincl
  166. *.xmpi
  167. # xindy
  168. *.xdy
  169. # xypic precompiled matrices
  170. *.xyc
  171. # endfloat
  172. *.ttt
  173. *.fff
  174. # Latexian
  175. TSWLatexianTemp*
  176. ## Editors:
  177. # WinEdt
  178. *.bak
  179. *.sav
  180. # Texpad
  181. .texpadtmp
  182. # Kile
  183. *.backup
  184. # KBibTeX
  185. *~[0-9]*
  186. # auto folder when using emacs and auctex
  187. ./auto/*
  188. *.el
  189. # expex forward references with \gathertags
  190. *-tags.tex
  191. # standalone packages
  192. *.sta