.gitignore 2.2 KB

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