You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TeX.gitignore 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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. ## Intermediate documents:
  14. *.dvi
  15. *-converted-to.*
  16. # these rules might exclude image files for figures etc.
  17. # *.ps
  18. # *.eps
  19. # *.pdf
  20. ## Generated if empty string is given at "Please type another file name for output:"
  21. .pdf
  22. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  23. *.bbl
  24. *.bcf
  25. *.blg
  26. *-blx.aux
  27. *-blx.bib
  28. *.brf
  29. *.run.xml
  30. ## Build tool auxiliary files:
  31. *.fdb_latexmk
  32. *.synctex
  33. *.synctex(busy)
  34. *.synctex.gz
  35. *.synctex.gz(busy)
  36. *.pdfsync
  37. ## Auxiliary and intermediate files from other packages:
  38. # algorithms
  39. *.alg
  40. *.loa
  41. # achemso
  42. acs-*.bib
  43. # amsthm
  44. *.thm
  45. # beamer
  46. *.nav
  47. *.snm
  48. *.vrb
  49. # cprotect
  50. *.cpt
  51. # fixme
  52. *.lox
  53. #(r)(e)ledmac/(r)(e)ledpar
  54. *.end
  55. *.?end
  56. *.[1-9]
  57. *.[1-9][0-9]
  58. *.[1-9][0-9][0-9]
  59. *.[1-9]R
  60. *.[1-9][0-9]R
  61. *.[1-9][0-9][0-9]R
  62. *.eledsec[1-9]
  63. *.eledsec[1-9]R
  64. *.eledsec[1-9][0-9]
  65. *.eledsec[1-9][0-9]R
  66. *.eledsec[1-9][0-9][0-9]
  67. *.eledsec[1-9][0-9][0-9]R
  68. # glossaries
  69. *.acn
  70. *.acr
  71. *.glg
  72. *.glo
  73. *.gls
  74. *.glsdefs
  75. # gnuplottex
  76. *-gnuplottex-*
  77. # gregoriotex
  78. *.gaux
  79. *.gtex
  80. # hyperref
  81. *.brf
  82. # knitr
  83. *-concordance.tex
  84. # TODO Comment the next line if you want to keep your tikz graphics files
  85. *.tikz
  86. *-tikzDictionary
  87. # listings
  88. *.lol
  89. # makeidx
  90. *.idx
  91. *.ilg
  92. *.ind
  93. *.ist
  94. # minitoc
  95. *.maf
  96. *.mlf
  97. *.mlt
  98. *.mtc
  99. *.mtc[0-9]
  100. *.mtc[1-9][0-9]
  101. # minted
  102. _minted*
  103. *.pyg
  104. # morewrites
  105. *.mw
  106. # mylatexformat
  107. *.fmt
  108. # nomencl
  109. *.nlo
  110. # sagetex
  111. *.sagetex.sage
  112. *.sagetex.py
  113. *.sagetex.scmd
  114. # scrwfile
  115. *.wrt
  116. # sympy
  117. *.sout
  118. *.sympy
  119. sympy-plots-for-*.tex/
  120. # pdfcomment
  121. *.upa
  122. *.upb
  123. # pythontex
  124. *.pytxcode
  125. pythontex-files-*/
  126. # thmtools
  127. *.loe
  128. # TikZ & PGF
  129. *.dpth
  130. *.md5
  131. *.auxlock
  132. # todonotes
  133. *.tdo
  134. # easy-todo
  135. *.lod
  136. # xindy
  137. *.xdy
  138. # xypic precompiled matrices
  139. *.xyc
  140. # endfloat
  141. *.ttt
  142. *.fff
  143. # Latexian
  144. TSWLatexianTemp*
  145. ## Editors:
  146. # WinEdt
  147. *.bak
  148. *.sav
  149. # Texpad
  150. .texpadtmp
  151. # Kile
  152. *.backup
  153. # KBibTeX
  154. *~[0-9]*
  155. # auto folder when using emacs and auctex
  156. /auto/*