.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. # -*- mode: gitignore; -*-
  2. .*
  3. !.gitignore
  4. !.gitmodules
  5. !.gitkeep
  6. !.latexmkrc
  7. result
  8. # Emacs Stuff
  9. *~
  10. \#*\#
  11. /.emacs.desktop
  12. /.emacs.desktop.lock
  13. *.elc
  14. auto-save-list
  15. tramp
  16. .\#*
  17. # Org-mode
  18. .org-id-locations
  19. *_archive
  20. # flymake-mode
  21. *_flymake.*
  22. # eshell files
  23. /eshell/history
  24. /eshell/lastdir
  25. # elpa packages
  26. /elpa/
  27. # reftex files
  28. *.rel
  29. # AUCTeX auto folder
  30. /auto/
  31. */auto/
  32. # cask packages
  33. .cask/
  34. dist/
  35. # Flycheck
  36. flycheck_*.el
  37. # server auth directory
  38. /server/
  39. # projectiles files
  40. .projectile
  41. ## Core latex/pdflatex auxiliary files:
  42. *.aux
  43. *.lof
  44. *.log
  45. *.lot
  46. *.fls
  47. *.out
  48. *.toc
  49. *.fmt
  50. *.fot
  51. *.cb
  52. *.cb2
  53. ## Intermediate documents:
  54. *.dvi
  55. *.ps
  56. *.eps
  57. *.pdf
  58. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  59. *.bbl
  60. *.bcf
  61. *.blg
  62. *-blx.aux
  63. *-blx.bib
  64. *.brf
  65. *.run.xml
  66. ## Build tool auxiliary files:
  67. *.fdb_latexmk
  68. *.synctex
  69. *.synctex.gz
  70. *.synctex.gz(busy)
  71. *.pdfsync
  72. ## Auxiliary and intermediate files from other packages:
  73. # algorithms
  74. *.alg
  75. *.loa
  76. # achemso
  77. acs-*.bib
  78. # amsthm
  79. *.thm
  80. # beamer
  81. *.nav
  82. *.snm
  83. *.vrb
  84. # glossaries
  85. *.acn
  86. *.acr
  87. *.glg
  88. *.glo
  89. *.gls
  90. *.glsdefs
  91. # hyperref
  92. *.brf
  93. # listings
  94. *.lol
  95. # makeidx
  96. *.idx
  97. *.ilg
  98. *.ind
  99. *.ist
  100. # minitoc
  101. *.maf
  102. *.mlf
  103. *.mlt
  104. *.mtc
  105. *.mtc[0-9]
  106. *.mtc[1-9][0-9]
  107. # minted
  108. _minted*
  109. *.pyg
  110. # mylatexformat
  111. *.fmt
  112. # nomencl
  113. *.nlo
  114. # sympy
  115. *.sout
  116. *.sympy
  117. sympy-plots-for-*.tex/
  118. # pdfcomment
  119. *.upa
  120. *.upb
  121. # thmtools
  122. *.loe
  123. # TikZ & PGF
  124. *.dpth
  125. *.md5
  126. *.auxlock
  127. # xindy
  128. *.xdy
  129. # xypic precompiled matrices
  130. *.xyc
  131. # endfloat
  132. *.ttt
  133. *.fff