.gitignore 1.4 KB

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