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.

301 lines
3.1 KiB

2 years ago
  1. .*.sw*
  2. .DS_Store
  3. .idea
  4. /target
  5. cargo-system-config.toml
  6. Cargo.lock
  7. # Test coverage (grcov)
  8. default.profraw
  9. /.pre-commit-config.yaml
  10. ## Images (binaries)
  11. images/output/*.png
  12. ## Core latex/pdflatex auxiliary files:
  13. *.aux
  14. *.lof
  15. *.log
  16. *.lot
  17. *.fls
  18. *.out
  19. *.toc
  20. *.fmt
  21. *.fot
  22. *.cb
  23. *.cb2
  24. .*.lb
  25. ## Intermediate documents:
  26. *.dvi
  27. *.xdv
  28. *-converted-to.*
  29. # these rules might exclude image files for figures etc.
  30. *.ps
  31. *.eps
  32. *.pdf
  33. ## Generated if empty string is given at "Please type another file name for output:"
  34. .pdf
  35. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  36. *.bbl
  37. *.bcf
  38. *.blg
  39. *-blx.aux
  40. *-blx.bib
  41. *.run.xml
  42. ## Build tool auxiliary files:
  43. *.fdb_latexmk
  44. *.synctex
  45. *.synctex(busy)
  46. *.synctex.gz
  47. *.synctex.gz(busy)
  48. *.pdfsync
  49. ## Build tool directories for auxiliary files
  50. # latexrun
  51. latex.out/
  52. ## Auxiliary and intermediate files from other packages:
  53. # algorithms
  54. *.alg
  55. *.loa
  56. # achemso
  57. acs-*.bib
  58. # amsthm
  59. *.thm
  60. # beamer
  61. *.nav
  62. *.pre
  63. *.snm
  64. *.vrb
  65. # changes
  66. *.soc
  67. # comment
  68. *.cut
  69. # cprotect
  70. *.cpt
  71. # elsarticle (documentclass of Elsevier journals)
  72. *.spl
  73. # endnotes
  74. *.ent
  75. # fixme
  76. *.lox
  77. # feynmf/feynmp
  78. *.mf
  79. *.mp
  80. *.t[1-9]
  81. *.t[1-9][0-9]
  82. *.tfm
  83. #(r)(e)ledmac/(r)(e)ledpar
  84. *.end
  85. *.?end
  86. *.[1-9]
  87. *.[1-9][0-9]
  88. *.[1-9][0-9][0-9]
  89. *.[1-9]R
  90. *.[1-9][0-9]R
  91. *.[1-9][0-9][0-9]R
  92. *.eledsec[1-9]
  93. *.eledsec[1-9]R
  94. *.eledsec[1-9][0-9]
  95. *.eledsec[1-9][0-9]R
  96. *.eledsec[1-9][0-9][0-9]
  97. *.eledsec[1-9][0-9][0-9]R
  98. # glossaries
  99. *.acn
  100. *.acr
  101. *.glg
  102. *.glo
  103. *.gls
  104. *.glsdefs
  105. *.lzo
  106. *.lzs
  107. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  108. # *.ist
  109. # gnuplottex
  110. *-gnuplottex-*
  111. # gregoriotex
  112. *.gaux
  113. *.gtex
  114. # htlatex
  115. *.4ct
  116. *.4tc
  117. *.idv
  118. *.lg
  119. *.trc
  120. *.xref
  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. # nomencl
  150. *.nlg
  151. *.nlo
  152. *.nls
  153. # pax
  154. *.pax
  155. # pdfpcnotes
  156. *.pdfpc
  157. # sagetex
  158. *.sagetex.sage
  159. *.sagetex.py
  160. *.sagetex.scmd
  161. # scrwfile
  162. *.wrt
  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. # todonotes
  182. *.tdo
  183. # vhistory
  184. *.hst
  185. *.ver
  186. # easy-todo
  187. *.lod
  188. # xcolor
  189. *.xcp
  190. # xmpincl
  191. *.xmpi
  192. # xindy
  193. *.xdy
  194. # xypic precompiled matrices and outlines
  195. *.xyc
  196. *.xyd
  197. # endfloat
  198. *.ttt
  199. *.fff
  200. # Latexian
  201. TSWLatexianTemp*
  202. ## Editors:
  203. # WinEdt
  204. *.bak
  205. *.sav
  206. # Texpad
  207. .texpadtmp
  208. # LyX
  209. *.lyx~
  210. # Kile
  211. *.backup
  212. # gummi
  213. .*.swp
  214. # KBibTeX
  215. *~[0-9]*
  216. # TeXnicCenter
  217. *.tps
  218. # auto folder when using emacs and auctex
  219. ./auto/*
  220. *.el
  221. # expex forward references with \gathertags
  222. *-tags.tex
  223. # standalone packages
  224. *.sta
  225. # Makeindex log files
  226. *.lpz
  227. # xwatermark package
  228. *.xwm
  229. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  230. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  231. # Uncomment the next line to have this generated file ignored.
  232. #*Notes.bib
  233. *.txt