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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. ## Intermediate documents:
  14. *.dvi
  15. *-converted-to.*
  16. # these rules might exclude image files for figures etc.
  17. # *.ps
  18. # *.eps
  19. # *.pdf
  20. ## Generated if empty string is given at "Please type another file name for output:"
  21. .pdf
  22. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  23. *.bbl
  24. *.bcf
  25. *.blg
  26. *-blx.aux
  27. *-blx.bib
  28. *.brf
  29. *.run.xml
  30. ## Build tool auxiliary files:
  31. *.fdb_latexmk
  32. *.synctex
  33. *.synctex(busy)
  34. *.synctex.gz
  35. *.synctex.gz(busy)
  36. *.pdfsync
  37. ## Auxiliary and intermediate files from other packages:
  38. # algorithms
  39. *.alg
  40. *.loa
  41. # achemso
  42. acs-*.bib
  43. # amsthm
  44. *.thm
  45. # beamer
  46. *.nav
  47. *.pre
  48. *.snm
  49. *.vrb
  50. # changes
  51. *.soc
  52. # cprotect
  53. *.cpt
  54. # elsarticle (documentclass of Elsevier journals)
  55. *.spl
  56. # endnotes
  57. *.ent
  58. # fixme
  59. *.lox
  60. # feynmf/feynmp
  61. *.mf
  62. *.mp
  63. *.t[1-9]
  64. *.t[1-9][0-9]
  65. *.tfm
  66. *.[1-9]
  67. *.[1-9][0-9]
  68. #(r)(e)ledmac/(r)(e)ledpar
  69. *.end
  70. *.?end
  71. *.[1-9]
  72. *.[1-9][0-9]
  73. *.[1-9][0-9][0-9]
  74. *.[1-9]R
  75. *.[1-9][0-9]R
  76. *.[1-9][0-9][0-9]R
  77. *.eledsec[1-9]
  78. *.eledsec[1-9]R
  79. *.eledsec[1-9][0-9]
  80. *.eledsec[1-9][0-9]R
  81. *.eledsec[1-9][0-9][0-9]
  82. *.eledsec[1-9][0-9][0-9]R
  83. # glossaries
  84. *.acn
  85. *.acr
  86. *.glg
  87. *.glo
  88. *.gls
  89. *.glsdefs
  90. # gnuplottex
  91. *-gnuplottex-*
  92. # gregoriotex
  93. *.gaux
  94. *.gtex
  95. # hyperref
  96. *.brf
  97. # knitr
  98. *-concordance.tex
  99. # TODO Comment the next line if you want to keep your tikz graphics files
  100. *.tikz
  101. *-tikzDictionary
  102. # listings
  103. *.lol
  104. # makeidx
  105. *.idx
  106. *.ilg
  107. *.ind
  108. *.ist
  109. # minitoc
  110. *.maf
  111. *.mlf
  112. *.mlt
  113. *.mtc[0-9]*
  114. *.slf[0-9]*
  115. *.slt[0-9]*
  116. *.stc[0-9]*
  117. # minted
  118. _minted*
  119. *.pyg
  120. # morewrites
  121. *.mw
  122. # mylatexformat
  123. *.fmt
  124. # nomencl
  125. *.nlo
  126. # pax
  127. *.pax
  128. # sagetex
  129. *.sagetex.sage
  130. *.sagetex.py
  131. *.sagetex.scmd
  132. # scrwfile
  133. *.wrt
  134. # sympy
  135. *.sout
  136. *.sympy
  137. sympy-plots-for-*.tex/
  138. # pdfcomment
  139. *.upa
  140. *.upb
  141. # pythontex
  142. *.pytxcode
  143. pythontex-files-*/
  144. # thmtools
  145. *.loe
  146. # TikZ & PGF
  147. *.dpth
  148. *.md5
  149. *.auxlock
  150. # todonotes
  151. *.tdo
  152. # easy-todo
  153. *.lod
  154. # xindy
  155. *.xdy
  156. # xypic precompiled matrices
  157. *.xyc
  158. # endfloat
  159. *.ttt
  160. *.fff
  161. # Latexian
  162. TSWLatexianTemp*
  163. ## Editors:
  164. # WinEdt
  165. *.bak
  166. *.sav
  167. # Texpad
  168. .texpadtmp
  169. # Kile
  170. *.backup
  171. # KBibTeX
  172. *~[0-9]*
  173. # auto folder when using emacs and auctex
  174. /auto/*
  175. # expex forward references with \gathertags
  176. *-tags.tex