.gitignore 1.5 KB

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