.gitignore 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. *.gz
  2. *.pdf
  3. *test*
  4. _*
  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. .*.lb
  18. ## Intermediate documents:
  19. *.dvi
  20. *.xdv
  21. *-converted-to.*
  22. # these rules might exclude image files for figures etc.
  23. *.ps
  24. *.eps
  25. *.pdf
  26. ## Generated if empty string is given at "Please type another file name for output:"
  27. .pdf
  28. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  29. *.bbl
  30. *.bcf
  31. *.blg
  32. *-blx.aux
  33. *-blx.bib
  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. ## Build tool directories for auxiliary files
  43. # latexrun
  44. latex.out/
  45. ## Auxiliary and intermediate files from other packages:
  46. # algorithms
  47. *.alg
  48. *.loa
  49. # achemso
  50. acs-*.bib
  51. # amsthm
  52. *.thm
  53. # beamer
  54. *.nav
  55. *.pre
  56. *.snm
  57. *.vrb
  58. # changes
  59. *.soc
  60. # comment
  61. *.cut
  62. # cprotect
  63. *.cpt
  64. # elsarticle (documentclass of Elsevier journals)
  65. *.spl
  66. # endnotes
  67. *.ent
  68. # fixme
  69. *.lox
  70. # feynmf/feynmp
  71. *.mf
  72. *.mp
  73. *.t[1-9]
  74. *.t[1-9][0-9]
  75. *.tfm
  76. #(r)(e)ledmac/(r)(e)ledpar
  77. *.end
  78. *.?end
  79. *.[1-9]
  80. *.[1-9][0-9]
  81. *.[1-9][0-9][0-9]
  82. *.[1-9]R
  83. *.[1-9][0-9]R
  84. *.[1-9][0-9][0-9]R
  85. *.eledsec[1-9]
  86. *.eledsec[1-9]R
  87. *.eledsec[1-9][0-9]
  88. *.eledsec[1-9][0-9]R
  89. *.eledsec[1-9][0-9][0-9]
  90. *.eledsec[1-9][0-9][0-9]R
  91. # glossaries
  92. *.acn
  93. *.acr
  94. *.glg
  95. *.glo
  96. *.gls
  97. *.glsdefs
  98. *.lzo
  99. *.lzs
  100. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  101. # *.ist
  102. # gnuplottex
  103. *-gnuplottex-*
  104. # gregoriotex
  105. *.gaux
  106. *.glog
  107. *.gtex
  108. # htlatex
  109. *.4ct
  110. *.4tc
  111. *.idv
  112. *.lg
  113. *.trc
  114. *.xref
  115. # hyperref
  116. *.brf
  117. # knitr
  118. *-concordance.tex
  119. # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
  120. # *.tikz
  121. *-tikzDictionary
  122. # listings
  123. *.lol
  124. # luatexja-ruby
  125. *.ltjruby
  126. # makeidx
  127. *.idx
  128. *.ilg
  129. *.ind
  130. # minitoc
  131. *.maf
  132. *.mlf
  133. *.mlt
  134. *.mtc[0-9]*
  135. *.slf[0-9]*
  136. *.slt[0-9]*
  137. *.stc[0-9]*
  138. # minted
  139. _minted*
  140. *.pyg
  141. # morewrites
  142. *.mw
  143. # newpax
  144. *.newpax
  145. # nomencl
  146. *.nlg
  147. *.nlo
  148. *.nls
  149. # pax
  150. *.pax
  151. # pdfpcnotes
  152. *.pdfpc
  153. # sagetex
  154. *.sagetex.sage
  155. *.sagetex.py
  156. *.sagetex.scmd
  157. # scrwfile
  158. *.wrt
  159. # sympy
  160. *.sout
  161. *.sympy
  162. sympy-plots-for-*.tex/
  163. # pdfcomment
  164. *.upa
  165. *.upb
  166. # pythontex
  167. *.pytxcode
  168. pythontex-files-*/
  169. # tcolorbox
  170. *.listing
  171. # thmtools
  172. *.loe
  173. # TikZ & PGF
  174. *.dpth
  175. *.md5
  176. *.auxlock
  177. # todonotes
  178. *.tdo
  179. # vhistory
  180. *.hst
  181. *.ver
  182. # easy-todo
  183. *.lod
  184. # xcolor
  185. *.xcp
  186. # xmpincl
  187. *.xmpi
  188. # xindy
  189. *.xdy
  190. # xypic precompiled matrices and outlines
  191. *.xyc
  192. *.xyd
  193. # endfloat
  194. *.ttt
  195. *.fff
  196. # Latexian
  197. TSWLatexianTemp*
  198. ## Editors:
  199. # WinEdt
  200. *.bak
  201. *.sav
  202. # Texpad
  203. .texpadtmp
  204. # LyX
  205. *.lyx~
  206. # Kile
  207. *.backup
  208. # gummi
  209. .*.swp
  210. # KBibTeX
  211. *~[0-9]*
  212. # TeXnicCenter
  213. *.tps
  214. # auto folder when using emacs and auctex
  215. ./auto/*
  216. *.el
  217. # expex forward references with \gathertags
  218. *-tags.tex
  219. # standalone packages
  220. *.sta
  221. # Makeindex log files
  222. *.lpz
  223. # xwatermark package
  224. *.xwm
  225. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  226. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  227. # Uncomment the next line to have this generated file ignored.
  228. #*Notes.bib