.gitignore 2.2 KB

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