TeX.gitignore 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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. *.rubbercache
  39. rubber.cache
  40. ## Build tool directories for auxiliary files
  41. # latexrun
  42. latex.out/
  43. ## Auxiliary and intermediate files from other packages:
  44. # algorithms
  45. *.alg
  46. *.loa
  47. # achemso
  48. acs-*.bib
  49. # amsthm
  50. *.thm
  51. # beamer
  52. *.nav
  53. *.pre
  54. *.snm
  55. *.vrb
  56. # changes
  57. *.soc
  58. # comment
  59. *.cut
  60. # cprotect
  61. *.cpt
  62. # elsarticle (documentclass of Elsevier journals)
  63. *.spl
  64. # endnotes
  65. *.ent
  66. # fixme
  67. *.lox
  68. # feynmf/feynmp
  69. *.mf
  70. *.mp
  71. *.t[1-9]
  72. *.t[1-9][0-9]
  73. *.tfm
  74. #(r)(e)ledmac/(r)(e)ledpar
  75. *.end
  76. *.?end
  77. *.[1-9]
  78. *.[1-9][0-9]
  79. *.[1-9][0-9][0-9]
  80. *.[1-9]R
  81. *.[1-9][0-9]R
  82. *.[1-9][0-9][0-9]R
  83. *.eledsec[1-9]
  84. *.eledsec[1-9]R
  85. *.eledsec[1-9][0-9]
  86. *.eledsec[1-9][0-9]R
  87. *.eledsec[1-9][0-9][0-9]
  88. *.eledsec[1-9][0-9][0-9]R
  89. # glossaries
  90. *.acn
  91. *.acr
  92. *.glg
  93. *.glo
  94. *.gls
  95. *.glsdefs
  96. *.lzo
  97. *.lzs
  98. *.slg
  99. *.slo
  100. *.sls
  101. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  102. # *.ist
  103. # gnuplot
  104. *.gnuplot
  105. *.table
  106. # gnuplottex
  107. *-gnuplottex-*
  108. # gregoriotex
  109. *.gaux
  110. *.glog
  111. *.gtex
  112. # htlatex
  113. *.4ct
  114. *.4tc
  115. *.idv
  116. *.lg
  117. *.trc
  118. *.xref
  119. # hypdoc
  120. *.hd
  121. # hyperref
  122. *.brf
  123. # knitr
  124. *-concordance.tex
  125. # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
  126. # *.tikz
  127. *-tikzDictionary
  128. # listings
  129. *.lol
  130. # luatexja-ruby
  131. *.ltjruby
  132. # makeidx
  133. *.idx
  134. *.ilg
  135. *.ind
  136. # minitoc
  137. *.maf
  138. *.mlf
  139. *.mlt
  140. *.mtc[0-9]*
  141. *.slf[0-9]*
  142. *.slt[0-9]*
  143. *.stc[0-9]*
  144. # minted
  145. _minted*
  146. *.pyg
  147. # morewrites
  148. *.mw
  149. # newpax
  150. *.newpax
  151. # nomencl
  152. *.nlg
  153. *.nlo
  154. *.nls
  155. # pax
  156. *.pax
  157. # pdfpcnotes
  158. *.pdfpc
  159. # sagetex
  160. *.sagetex.sage
  161. *.sagetex.py
  162. *.sagetex.scmd
  163. # scrwfile
  164. *.wrt
  165. # svg
  166. svg-inkscape/
  167. # sympy
  168. *.sout
  169. *.sympy
  170. sympy-plots-for-*.tex/
  171. # pdfcomment
  172. *.upa
  173. *.upb
  174. # pythontex
  175. *.pytxcode
  176. pythontex-files-*/
  177. # tcolorbox
  178. *.listing
  179. # thmtools
  180. *.loe
  181. # TikZ & PGF
  182. *.dpth
  183. *.md5
  184. *.auxlock
  185. # titletoc
  186. *.ptc
  187. # todonotes
  188. *.tdo
  189. # vhistory
  190. *.hst
  191. *.ver
  192. # easy-todo
  193. *.lod
  194. # xcolor
  195. *.xcp
  196. # xmpincl
  197. *.xmpi
  198. # xindy
  199. *.xdy
  200. # xypic precompiled matrices and outlines
  201. *.xyc
  202. *.xyd
  203. # endfloat
  204. *.ttt
  205. *.fff
  206. # Latexian
  207. TSWLatexianTemp*
  208. ## Editors:
  209. # WinEdt
  210. *.bak
  211. *.sav
  212. # Texpad
  213. .texpadtmp
  214. # LyX
  215. *.lyx~
  216. # Kile
  217. *.backup
  218. # gummi
  219. .*.swp
  220. # KBibTeX
  221. *~[0-9]*
  222. # TeXnicCenter
  223. *.tps
  224. # auto folder when using emacs and auctex
  225. ./auto/*
  226. *.el
  227. # expex forward references with \gathertags
  228. *-tags.tex
  229. # standalone packages
  230. *.sta
  231. # Makeindex log files
  232. *.lpz
  233. # xwatermark package
  234. *.xwm
  235. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  236. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  237. # Uncomment the next line to have this generated file ignored.
  238. #*Notes.bib