.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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. # htlatex
  95. *.4ct
  96. *.4tc
  97. *.idv
  98. *.lg
  99. *.trc
  100. *.xref
  101. # hyperref
  102. *.brf
  103. # knitr
  104. *-concordance.tex
  105. # TODO Comment the next line if you want to keep your tikz graphics files
  106. *.tikz
  107. *-tikzDictionary
  108. # listings
  109. *.lol
  110. # makeidx
  111. *.idx
  112. *.ilg
  113. *.ind
  114. *.ist
  115. # minitoc
  116. *.maf
  117. *.mlf
  118. *.mlt
  119. *.mtc[0-9]*
  120. *.slf[0-9]*
  121. *.slt[0-9]*
  122. *.stc[0-9]*
  123. # minted
  124. _minted*
  125. *.pyg
  126. # morewrites
  127. *.mw
  128. # nomencl
  129. *.nlg
  130. *.nlo
  131. *.nls
  132. # pax
  133. *.pax
  134. # pdfpcnotes
  135. *.pdfpc
  136. # sagetex
  137. *.sagetex.sage
  138. *.sagetex.py
  139. *.sagetex.scmd
  140. # scrwfile
  141. *.wrt
  142. # sympy
  143. *.sout
  144. *.sympy
  145. sympy-plots-for-*.tex/
  146. # pdfcomment
  147. *.upa
  148. *.upb
  149. # pythontex
  150. *.pytxcode
  151. pythontex-files-*/
  152. # thmtools
  153. *.loe
  154. # TikZ & PGF
  155. *.dpth
  156. *.md5
  157. *.auxlock
  158. # todonotes
  159. *.tdo
  160. # easy-todo
  161. *.lod
  162. # xmpincl
  163. *.xmpi
  164. # xindy
  165. *.xdy
  166. # xypic precompiled matrices
  167. *.xyc
  168. # endfloat
  169. *.ttt
  170. *.fff
  171. # Latexian
  172. TSWLatexianTemp*
  173. ## Editors:
  174. # WinEdt
  175. *.bak
  176. *.sav
  177. # Texpad
  178. .texpadtmp
  179. # Kile
  180. *.backup
  181. # KBibTeX
  182. *~[0-9]*
  183. # auto folder when using emacs and auctex
  184. ./auto/*
  185. *.el
  186. # expex forward references with \gathertags
  187. *-tags.tex
  188. # standalone packages
  189. *.sta
  190. # generated if using elsarticle.cls
  191. *.spl