.gitignore 2.0 KB

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