.gitignore 2.2 KB

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