.gitignore 1.4 KB

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