.gitignore 2.2 KB

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