.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. # Created by https://www.gitignore.io/api/latex
  2. ### LaTeX ###
  3. ## Core latex/pdflatex auxiliary files:
  4. *.aux
  5. *.lof
  6. *.log
  7. *.lot
  8. *.fls
  9. *.out
  10. *.toc
  11. *.fmt
  12. *.fot
  13. *.cb
  14. *.cb2
  15. ## Intermediate documents:
  16. *.dvi
  17. *-converted-to.*
  18. # these rules might exclude image files for figures etc.
  19. # *.ps
  20. # *.eps
  21. *.pdf
  22. *.pdf_tex
  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. ## Auxiliary and intermediate files from other packages:
  40. # algorithms
  41. *.alg
  42. *.loa
  43. # achemso
  44. acs-*.bib
  45. # amsthm
  46. *.thm
  47. # beamer
  48. *.nav
  49. *.pre
  50. *.snm
  51. *.vrb
  52. # changes
  53. *.soc
  54. # cprotect
  55. *.cpt
  56. # elsarticle (documentclass of Elsevier journals)
  57. *.spl
  58. # endnotes
  59. *.ent
  60. # fixme
  61. *.lox
  62. # feynmf/feynmp
  63. *.mf
  64. *.mp
  65. *.t[1-9]
  66. *.t[1-9][0-9]
  67. *.tfm
  68. #(r)(e)ledmac/(r)(e)ledpar
  69. *.end
  70. *.?end
  71. *.[1-9]
  72. *.[1-9][0-9]
  73. *.[1-9][0-9][0-9]
  74. *.[1-9]R
  75. *.[1-9][0-9]R
  76. *.[1-9][0-9][0-9]R
  77. *.eledsec[1-9]
  78. *.eledsec[1-9]R
  79. *.eledsec[1-9][0-9]
  80. *.eledsec[1-9][0-9]R
  81. *.eledsec[1-9][0-9][0-9]
  82. *.eledsec[1-9][0-9][0-9]R
  83. # glossaries
  84. *.acn
  85. *.acr
  86. *.glg
  87. *.glo
  88. *.gls
  89. *.glsdefs
  90. # gnuplottex
  91. *-gnuplottex-*
  92. # gregoriotex
  93. *.gaux
  94. *.gtex
  95. # hyperref
  96. *.brf
  97. # knitr
  98. *-concordance.tex
  99. # TODO Comment the next line if you want to keep your tikz graphics files
  100. *.tikz
  101. *-tikzDictionary
  102. # listings
  103. *.lol
  104. # makeidx
  105. *.idx
  106. *.ilg
  107. *.ind
  108. *.ist
  109. # minitoc
  110. *.maf
  111. *.mlf
  112. *.mlt
  113. *.mtc[0-9]*
  114. *.slf[0-9]*
  115. *.slt[0-9]*
  116. *.stc[0-9]*
  117. # minted
  118. _minted*
  119. *.pyg
  120. # morewrites
  121. *.mw
  122. # nomencl
  123. *.nlo
  124. # pax
  125. *.pax
  126. # pdfpcnotes
  127. *.pdfpc
  128. # sagetex
  129. *.sagetex.sage
  130. *.sagetex.py
  131. *.sagetex.scmd
  132. # scrwfile
  133. *.wrt
  134. # sympy
  135. *.sout
  136. *.sympy
  137. sympy-plots-for-*.tex/
  138. # pdfcomment
  139. *.upa
  140. *.upb
  141. # pythontex
  142. *.pytxcode
  143. pythontex-files-*/
  144. # thmtools
  145. *.loe
  146. # TikZ & PGF
  147. *.dpth
  148. *.md5
  149. *.auxlock
  150. # todonotes
  151. *.tdo
  152. # easy-todo
  153. *.lod
  154. # xindy
  155. *.xdy
  156. # xypic precompiled matrices
  157. *.xyc
  158. # endfloat
  159. *.ttt
  160. *.fff
  161. # Latexian
  162. TSWLatexianTemp*
  163. ## Editors:
  164. # WinEdt
  165. *.bak
  166. *.sav
  167. # Texpad
  168. .texpadtmp
  169. # Kile
  170. *.backup
  171. # KBibTeX
  172. *~[0-9]*
  173. # auto folder when using emacs and auctex
  174. /auto/*
  175. # expex forward references with \gathertags
  176. *-tags.tex
  177. # End of https://www.gitignore.io/api/latex