.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. ## 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. *.brf
  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. *.snm
  50. *.vrb
  51. # cprotect
  52. *.cpt
  53. # fixme
  54. *.lox
  55. # feynmf/feynmp
  56. *.mf
  57. *.mp
  58. *.t[1-9]
  59. *.t[1-9][0-9]
  60. *.tfm
  61. *.[1-9]
  62. *.[1-9][0-9]
  63. #(r)(e)ledmac/(r)(e)ledpar
  64. *.end
  65. *.?end
  66. *.[1-9][0-9][0-9]
  67. *.[1-9]R
  68. *.[1-9][0-9]R
  69. *.[1-9][0-9][0-9]R
  70. *.eledsec[1-9]
  71. *.eledsec[1-9]R
  72. *.eledsec[1-9][0-9]
  73. *.eledsec[1-9][0-9]R
  74. *.eledsec[1-9][0-9][0-9]
  75. *.eledsec[1-9][0-9][0-9]R
  76. # glossaries
  77. *.acn
  78. *.acr
  79. *.glg
  80. *.glo
  81. *.gls
  82. *.glsdefs
  83. # gnuplottex
  84. *-gnuplottex-*
  85. # gregoriotex
  86. *.gaux
  87. *.gtex
  88. # hyperref
  89. # knitr
  90. *-concordance.tex
  91. # TODO Comment the next line if you want to keep your tikz graphics files
  92. *.tikz
  93. *-tikzDictionary
  94. # listings
  95. *.lol
  96. # makeidx
  97. *.idx
  98. *.ilg
  99. *.ind
  100. *.ist
  101. # minitoc
  102. *.maf
  103. *.mlf
  104. *.mlt
  105. *.mtc
  106. *.mtc[0-9]
  107. *.mtc[1-9][0-9]
  108. # minted
  109. _minted*
  110. *.pyg
  111. # morewrites
  112. *.mw
  113. # mylatexformat
  114. # nomencl
  115. *.nlo
  116. # sagetex
  117. *.sagetex.sage
  118. *.sagetex.py
  119. *.sagetex.scmd
  120. # scrwfile
  121. *.wrt
  122. # sympy
  123. *.sout
  124. *.sympy
  125. sympy-plots-for-*.tex/
  126. # pdfcomment
  127. *.upa
  128. *.upb
  129. # pythontex
  130. *.pytxcode
  131. pythontex-files-*/
  132. # thmtools
  133. *.loe
  134. # TikZ & PGF
  135. *.dpth
  136. *.md5
  137. *.auxlock
  138. # todonotes
  139. *.tdo
  140. # easy-todo
  141. *.lod
  142. # xindy
  143. *.xdy
  144. # xypic precompiled matrices
  145. *.xyc
  146. # endfloat
  147. *.ttt
  148. *.fff
  149. # Latexian
  150. TSWLatexianTemp*
  151. ## Editors:
  152. # WinEdt
  153. *.bak
  154. *.sav
  155. # Texpad
  156. .texpadtmp
  157. # Kile
  158. *.backup
  159. # KBibTeX
  160. *~[0-9]*
  161. # auto folder when using emacs and auctex
  162. /auto/*