.gitignore 1.5 KB

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