.gitignore 2.7 KB

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