.gitignore 1.9 KB

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