.gitignore 1.4 KB

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