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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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. *.lzo
  95. *.lzs
  96. *.slg
  97. *.slo
  98. *.sls
  99. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  100. # *.ist
  101. # gnuplot
  102. *.gnuplot
  103. *.table
  104. # gnuplottex
  105. *-gnuplottex-*
  106. # gregoriotex
  107. *.gaux
  108. *.glog
  109. *.gtex
  110. # htlatex
  111. *.4ct
  112. *.4tc
  113. *.idv
  114. *.lg
  115. *.trc
  116. *.xref
  117. # hyperref
  118. *.brf
  119. # knitr
  120. *-concordance.tex
  121. # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
  122. # *.tikz
  123. *-tikzDictionary
  124. # listings
  125. *.lol
  126. # luatexja-ruby
  127. *.ltjruby
  128. # makeidx
  129. *.idx
  130. *.ilg
  131. *.ind
  132. # minitoc
  133. *.maf
  134. *.mlf
  135. *.mlt
  136. *.mtc[0-9]*
  137. *.slf[0-9]*
  138. *.slt[0-9]*
  139. *.stc[0-9]*
  140. # minted
  141. _minted*
  142. *.pyg
  143. # morewrites
  144. *.mw
  145. # newpax
  146. *.newpax
  147. # nomencl
  148. *.nlg
  149. *.nlo
  150. *.nls
  151. # pax
  152. *.pax
  153. # pdfpcnotes
  154. *.pdfpc
  155. # sagetex
  156. *.sagetex.sage
  157. *.sagetex.py
  158. *.sagetex.scmd
  159. # scrwfile
  160. *.wrt
  161. # svg
  162. svg-inkscape/
  163. # sympy
  164. *.sout
  165. *.sympy
  166. sympy-plots-for-*.tex/
  167. # pdfcomment
  168. *.upa
  169. *.upb
  170. # pythontex
  171. *.pytxcode
  172. pythontex-files-*/
  173. # tcolorbox
  174. *.listing
  175. # thmtools
  176. *.loe
  177. # TikZ & PGF
  178. *.dpth
  179. *.md5
  180. *.auxlock
  181. # titletoc
  182. *.ptc
  183. # todonotes
  184. *.tdo
  185. # vhistory
  186. *.hst
  187. *.ver
  188. # easy-todo
  189. *.lod
  190. # xcolor
  191. *.xcp
  192. # xmpincl
  193. *.xmpi
  194. # xindy
  195. *.xdy
  196. # xypic precompiled matrices and outlines
  197. *.xyc
  198. *.xyd
  199. # endfloat
  200. *.ttt
  201. *.fff
  202. # Latexian
  203. TSWLatexianTemp*
  204. ## Editors:
  205. # WinEdt
  206. *.bak
  207. *.sav
  208. # Texpad
  209. .texpadtmp
  210. # LyX
  211. *.lyx~
  212. # Kile
  213. *.backup
  214. # gummi
  215. .*.swp
  216. # KBibTeX
  217. *~[0-9]*
  218. # TeXnicCenter
  219. *.tps
  220. # auto folder when using emacs and auctex
  221. ./auto/*
  222. *.el
  223. # expex forward references with \gathertags
  224. *-tags.tex
  225. # standalone packages
  226. *.sta
  227. # Makeindex log files
  228. *.lpz
  229. # xwatermark package
  230. *.xwm
  231. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  232. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  233. # Uncomment the next line to have this generated file ignored.
  234. #*Notes.bib