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.

261 lines
2.4 KiB

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