.gitignore 2.1 KB

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