.gitignore 1.4 KB

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