.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. # ---> TeX
  2. build/
  3. ## Core latex/pdflatex auxiliary files:
  4. *.aux
  5. *.lof
  6. *.log
  7. *.lot
  8. *.fls
  9. *.out
  10. *.toc
  11. ## Intermediate documents:
  12. *.dvi
  13. *-converted-to.*
  14. # these rules might exclude image files for figures etc.
  15. # *.ps
  16. # *.eps
  17. # *.pdf
  18. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  19. *.bbl
  20. *.bcf
  21. *.blg
  22. *-blx.aux
  23. *-blx.bib
  24. *.brf
  25. *.run.xml
  26. ## Build tool auxiliary files:
  27. *.fdb_latexmk
  28. *.synctex
  29. *.synctex.gz
  30. *.synctex.gz(busy)
  31. *.pdfsync
  32. ## Auxiliary and intermediate files from other packages:
  33. # algorithms
  34. *.alg
  35. *.loa
  36. # achemso
  37. acs-*.bib
  38. # amsthm
  39. *.thm
  40. # beamer
  41. *.nav
  42. *.snm
  43. *.vrb
  44. #(e)ledmac/(e)ledpar
  45. *.end
  46. *.[1-9]
  47. *.[1-9][0-9]
  48. *.[1-9][0-9][0-9]
  49. *.[1-9]R
  50. *.[1-9][0-9]R
  51. *.[1-9][0-9][0-9]R
  52. *.eledsec[1-9]
  53. *.eledsec[1-9]R
  54. *.eledsec[1-9][0-9]
  55. *.eledsec[1-9][0-9]R
  56. *.eledsec[1-9][0-9][0-9]
  57. *.eledsec[1-9][0-9][0-9]R
  58. # glossaries
  59. *.acn
  60. *.acr
  61. *.glg
  62. *.glo
  63. *.gls
  64. # gnuplottex
  65. *-gnuplottex-*
  66. # hyperref
  67. *.brf
  68. # knitr
  69. *-concordance.tex
  70. *.tikz
  71. *-tikzDictionary
  72. # listings
  73. *.lol
  74. # makeidx
  75. *.idx
  76. *.ilg
  77. *.ind
  78. *.ist
  79. # minitoc
  80. *.maf
  81. *.mtc
  82. *.mtc[0-9]
  83. *.mtc[1-9][0-9]
  84. # minted
  85. _minted*
  86. *.pyg
  87. # morewrites
  88. *.mw
  89. # mylatexformat
  90. *.fmt
  91. # nomencl
  92. *.nlo
  93. # sagetex
  94. *.sagetex.sage
  95. *.sagetex.py
  96. *.sagetex.scmd
  97. # sympy
  98. *.sout
  99. *.sympy
  100. sympy-plots-for-*.tex/
  101. # TikZ & PGF
  102. *.dpth
  103. *.md5
  104. *.auxlock
  105. # todonotes
  106. *.tdo
  107. # xindy
  108. *.xdy
  109. # WinEdt
  110. *.bak
  111. *.sav